From 8247b35974f51185e5c659d40c95649979b8dc82 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb <wbx@openadk.org> Date: Fri, 13 Jan 2023 13:02:54 +0100 Subject: fluxbox: fix compile errorwith g++11 --- package/fluxbox/patches/patch-util_fluxbox-remote_cc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/fluxbox/patches/patch-util_fluxbox-remote_cc (limited to 'package/fluxbox/patches') diff --git a/package/fluxbox/patches/patch-util_fluxbox-remote_cc b/package/fluxbox/patches/patch-util_fluxbox-remote_cc new file mode 100644 index 000000000..bc76ea43e --- /dev/null +++ b/package/fluxbox/patches/patch-util_fluxbox-remote_cc @@ -0,0 +1,11 @@ +--- fluxbox-1.3.7.orig/util/fluxbox-remote.cc 2015-02-08 11:44:45.377187009 +0100 ++++ fluxbox-1.3.7/util/fluxbox-remote.cc 2023-01-13 06:47:39.349301911 +0100 +@@ -73,7 +73,7 @@ int main(int argc, char **argv) { + if (strcmp(cmd, "result") == 0) { + XTextProperty text_prop; + if (XGetTextProperty(disp, root, &text_prop, atom_result) != 0 +- && text_prop.value > 0 ++ && text_prop.value != 0 + && text_prop.nitems > 0) { + + printf("%s", text_prop.value); -- cgit v1.2.3