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

Comparing ircd-hybrid-7.2/src/lex.yy.c (file contents):
Revision 632 by michael, Thu Jun 1 10:53:00 2006 UTC vs.
Revision 711 by michael, Sat Jul 8 12:02:15 2006 UTC

# Line 4147 | Line 4147 | cinclude(void)
4147      strlcpy(conffile_stack[include_stack_ptr], conffilebuf, IRCD_BUFSIZE);
4148      include_stack[include_stack_ptr++] = YY_CURRENT_BUFFER;
4149      conf_fbfile_in = tmp_fbfile_in;
4150 <    snprintf(conffilebuf, sizeof(conffilebuf), "%s", p);
4150 >    snprintf(conffilebuf, sizeof(conffilebuf), "%s", filenamebuf);
4151      yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE));
4152    }
4153   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines