Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
X11:windowmanagers
fluxbox
gcc11.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gcc11.patch of Package fluxbox
Fix GCC 11 (C++17) build: replaces ordered pointer comparison with equality comparison. Index: fluxbox-1.3.7/util/fluxbox-remote.cc =================================================================== --- fluxbox-1.3.7.orig/util/fluxbox-remote.cc +++ fluxbox-1.3.7/util/fluxbox-remote.cc @@ -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);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor