ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/config-lexer.l
(Generate patch)

Comparing hopm/trunk/src/config-lexer.l (file contents):
Revision 7729 by michael, Mon Sep 26 15:53:23 2016 UTC vs.
Revision 7742 by michael, Fri Sep 30 18:44:33 2016 UTC

# Line 367 | Line 367 | conf_include(void)
367  
368    lineno = 1;
369    conf_file = tmp_fbfile_in;
370 +  strlcpy(conffilebuf, filenamebuf, sizeof(conffilebuf));
371  
371  snprintf(conffilebuf, sizeof(conffilebuf), "%s", filenamebuf);
372    yy_switch_to_buffer(yy_create_buffer(NULL, YY_BUF_SIZE));
373   }
374  

Diff Legend

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