diff options
Diffstat (limited to 'yhttpd/src/html.cpp')
| -rw-r--r-- | yhttpd/src/html.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yhttpd/src/html.cpp b/yhttpd/src/html.cpp index ace041a..5794612 100644 --- a/yhttpd/src/html.cpp +++ b/yhttpd/src/html.cpp @@ -78,7 +78,7 @@ html::parse( map<string,string> &map_params ) } // find %%KEY%% token and substituate those. - unsigned pos[2]; + size_t pos[2]; pos[0] = pos[1] = 0; for(;;) |
