Fixed some more signed-unsigned-comparison warnings.
This commit is contained in:
+1
-1
@@ -332,7 +332,7 @@ static char *commands[] = {
|
||||
#define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
|
||||
|
||||
void
|
||||
url_check_line (char *buf, int len)
|
||||
url_check_line (char *buf)
|
||||
{
|
||||
GRegex *re(void);
|
||||
GMatchInfo *gmi;
|
||||
|
||||
Reference in New Issue
Block a user