diff options
Diffstat (limited to 'html.cpp')
| -rwxr-xr-x | html.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ html::parse( map_string &map_params ) } auto char c_buf; + while( !fs_templ.eof() ) { fs_templ.get( c_buf ); |
