12 lines
323 B
Diff
12 lines
323 B
Diff
--- libcgi-1.0-orig/src/cgi.c 2008-10-26 11:39:20.000000000 +0100
|
|
+++ libcgi-1.0/src/cgi.c 2008-10-26 11:40:03.000000000 +0100
|
|
@@ -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;
|