commit 0265b2d41a551088e494c0e1c6547c83dcf4f8f0 from: Benjamin Stürz date: Fri Jun 14 14:45:29 2024 UTC minor fixes commit - c06bb7fc808289f88db5e3f06d8b0cc579ce843b commit + 0265b2d41a551088e494c0e1c6547c83dcf4f8f0 blob - 9854503d1769fa6c97103e4db5ef6a3c1a0522fb blob + db1f43f026570211ad65d4411cda5492f3c418da --- Makefile +++ Makefile @@ -103,6 +103,6 @@ bin/slock: ${SRC_SLOCK} ${HDR_SLOCK} bin/pinentry-dmenu: ${SRC_PD} ${HDR_PD} @mkdir -p bin - ${CC} -o $@ ${SRC_PD} ${CFLAGS} `pkg-config --cflags --libs libassuan fontconfig freetype2 x11 xft xinerama` + ${CC} -o $@ ${SRC_PD} ${CFLAGS} `pkg-config --cflags --libs libassuan gpg-error fontconfig freetype2 x11 xft xinerama` .PHONY: all clean install blob - a359db9cc9fa1311553b9e6c1cc80688acbc4d3f blob + dc11c6367bc1c55249055f290e30031ad642da20 --- bedstatus/unsupported.c +++ bedstatus/unsupported.c @@ -7,5 +7,5 @@ void init_backend (void) void update_status (struct status *st) { - memset (st, 0, sizeof (&st)); + memset (st, 0, sizeof (*st)); }