mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 02:05:16 +03:00
11 lines
380 B
Diff
11 lines
380 B
Diff
--- a/util/fluxbox-remote.cc
|
|
+++ b/util/fluxbox-remote.cc
|
|
@@ -73,7 +73,7 @@
|
|
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);
|