mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 02:00:20 +00:00
Fixed some more signed-unsigned-comparison warnings.
This commit is contained in:
@@ -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