# | Line 78 | Line 78 | strip_tabs(char *dest, const char *src, | |
---|---|---|
78 | char * | |
79 | strtoken(char** save, char* str, const char* fs) | |
80 | { | |
81 | < | char* pos = *save; /* keep last position across calls */ |
82 | < | char* tmp; |
81 | > | char *pos = *save; /* keep last position across calls */ |
82 | > | char *tmp = NULL; |
83 | ||
84 | if (str) | |
85 | pos = str; /* new string scan */ |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |