Fri, 09 Dec 2005 07:26:29 +0000
[gaim-migrate @ 14747] Fix a warning grim noticed.
--- a/src/proxy.c Fri Dec 09 06:43:51 2005 +0000 +++ b/src/proxy.c Fri Dec 09 07:26:29 2005 +0000 @@ -1084,7 +1084,7 @@ /* Read the contents */ p = g_strrstr(inputline, "Content-Length: "); - if(p>0) { + if(p != NULL) { gchar *tmp; int len = 0; char tmpc;