Bugzilla – Bug 225904
goobox-0.9.93-43: comparison with string literal
Last modified: 2007-01-18 16:55:02 UTC
I just tried to build the package goobox-0.9.93-43 I got the following warning message from the compiler. dlg-ripper.c:368: warning: comparison with string literal The source code is if ((scheme == NULL) || (scheme == "")) I agree with the compiler. Maybe the programmer intended if ((scheme == NULL) || (scheme[0] == '\0'))
Feel free to close as duplicate of Bug #233655.
*** This bug has been marked as a duplicate of bug 233655 ***