mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
limit line length to 79 characters
This commit is contained in:
@@ -114,7 +114,8 @@ char **stringv_find(char *string, char *token, int limit)
|
||||
break;
|
||||
|
||||
count++;
|
||||
results = (char **)realloc((void *)results, sizeof(char *) * count + 1);
|
||||
results =
|
||||
(char **)realloc((void *)results, sizeof(char *) * count + 1);
|
||||
|
||||
results[count - 1] = pos;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user