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

Comparing ircd-hybrid/trunk/src/conf_parser.c (file contents):
Revision 3877 by michael, Fri Jun 6 15:49:13 2014 UTC vs.
Revision 3892 by michael, Fri Jun 6 18:42:41 2014 UTC

# Line 3203 | Line 3203 | yyreduce:
3203      char *p;
3204  
3205      if ((p = strchr(yylval.string, ' ')))
3206 <      p = '\0';
3206 >      *p = '\0';
3207  
3208      MyFree(ServerInfo.network_name);
3209      ServerInfo.network_name = xstrdup(yylval.string);

Diff Legend

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