LYMainLoop.c: In function 'check_JUMP_param':
LYMainLoop.c:3587:47: warning: comparison between pointer and zero character
constant [-Wpointer-compare]
} else if ((encoded = urlencode(input->str)) != '\0') {
^~
LYMainLoop.c:3587:13: note: did you mean to dereference the pointer?
} else if ((encoded = urlencode(input->str)) != '\0') {russell bell _______________________________________________ Lynx-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lynx-dev
