summaryrefslogtreecommitdiffstats
path: root/patches/libcgi-1.0/generic/libcgi-1.0-typo.diff
blob: c3766d2dfaadddf844b9b2808337a47d7a12c8b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libcgi-1.0.orig/src/cgi.c
+++ libcgi-1.0/src/cgi.c
@@ -336,7 +336,7 @@
 	hextable['b'] = 11;
 	hextable['c'] = 12;
 	hextable['d'] = 13;
-	hextable['e'] = 13;
+	hextable['e'] = 14;
 	hextable['f'] = 15;
 	hextable['A'] = 10;
 	hextable['B'] = 11;