mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
build with -Wall -Wextra -Werror and fix errors
This commit is contained in:
@@ -133,7 +133,7 @@ stringv_split(char *string,char *token,int limit)
|
||||
char *curr = NULL;
|
||||
char *next = NULL;
|
||||
int count = 0;
|
||||
int len;
|
||||
unsigned int len;
|
||||
size_t copy_len = 0;
|
||||
|
||||
if(string == NULL) return (char**)NULL;
|
||||
|
||||
Reference in New Issue
Block a user