ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/irc_string.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/irc_string.c (file contents):
Revision 3246 by michael, Sun Mar 30 17:37:13 2014 UTC vs.
Revision 3565 by michael, Fri May 16 14:47:42 2014 UTC

# 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 */

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)