aboutsummaryrefslogtreecommitdiffstats
path: root/include/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/parser.h')
-rw-r--r--include/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/parser.h b/include/parser.h
index bda4594..00bb155 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -40,7 +40,7 @@ namespace crow
const char param_delimiter = '=';
ci_map ret;
- int qMarkPos = url.find("?");
+ unsigned int qMarkPos = url.find("?");
if(!(qMarkPos >=0 && qMarkPos != (url.length()-1))) {
return ret;
}