| # | Line 493 | Line 493 | cinclude(void) | |
|---|---|---|
| 493 | strlcpy(conffile_stack[include_stack_ptr], conffilebuf, IRCD_BUFSIZE); | |
| 494 | include_stack[include_stack_ptr++] = YY_CURRENT_BUFFER; | |
| 495 | conf_fbfile_in = tmp_fbfile_in; | |
| 496 | < | snprintf(conffilebuf, sizeof(conffilebuf), "%s", p); |
| 496 | > | snprintf(conffilebuf, sizeof(conffilebuf), "%s", filenamebuf); |
| 497 | yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE)); | |
| 498 | } | |
| 499 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |