From 699858b4e8a4ec5bbcda5244af026055bcf9121e Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 10 Aug 2005 21:01:34 +0000 Subject: Add cgilib package git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1600 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/cgilib/patches/200-cgitest_bugfix.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/cgilib/patches/200-cgitest_bugfix.patch (limited to 'package/cgilib/patches/200-cgitest_bugfix.patch') diff --git a/package/cgilib/patches/200-cgitest_bugfix.patch b/package/cgilib/patches/200-cgitest_bugfix.patch new file mode 100644 index 000000000..62a68e739 --- /dev/null +++ b/package/cgilib/patches/200-cgitest_bugfix.patch @@ -0,0 +1,11 @@ +--- cgilib-0.5/cgitest.c.orig 1999-08-17 15:21:20.000000000 +0200 ++++ cgilib-0.5/cgitest.c 2005-08-10 20:49:01.000000000 +0200 +@@ -113,7 +113,7 @@ + cgiHeader(); + printf ("\ncgilib\n\n\n"); + printf ("

cgilib

\n", URL); +- printf ("

Cookie "Library" set

\n"); ++ printf ("

Cookie \"Library\" set

\n"); + printf ("



Test

\n"); + printf ("



Redirect

\n"); + printf ("



List Everything

\n"); -- cgit v1.2.3