lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lynx-dev] bug in LYMainLoop.c check_JUMP_param ?


From: russellbell
Subject: [Lynx-dev] bug in LYMainLoop.c check_JUMP_param ?
Date: Tue, 19 Sep 2017 16:40:50 -0600

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]