summaryrefslogtreecommitdiffstats
path: root/patches/libcgi-1.0/libcgi-1.0-typo.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/libcgi-1.0/libcgi-1.0-typo.diff')
-rw-r--r--patches/libcgi-1.0/libcgi-1.0-typo.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/libcgi-1.0/libcgi-1.0-typo.diff b/patches/libcgi-1.0/libcgi-1.0-typo.diff
new file mode 100644
index 000000000..c3766d2df
--- /dev/null
+++ b/patches/libcgi-1.0/libcgi-1.0-typo.diff
@@ -0,0 +1,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;