commit
This commit is contained in:
@@ -36,7 +36,7 @@ int main(int argc, char *argv[])
|
||||
strs = ft_split(str, charset);
|
||||
printf("str=%s charset=%s (ft_split)\n", str, charset);
|
||||
i = 0;
|
||||
while (strs[i][0] != '\0')
|
||||
while (strs[i])
|
||||
{
|
||||
printf("strs[%d] = %s\n", i, strs[i]);
|
||||
i++;
|
||||
|
||||
Reference in New Issue
Block a user