X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=libs%2Fcgilib%2Fpatches%2F200-cgitest_bugfix.patch;h=745aa0e7edaa3043cba593f7cfcc673afad51a83;hp=62a68e7391c0c6fc2a87121fec546a1c53e5e383;hb=a74a1c37ed6ee744ae30b307c4f1e585d0aa5bbf;hpb=dcb4de89e6a3158a5b690fc99c03ca69ea8fb0f5;ds=inline diff --git a/libs/cgilib/patches/200-cgitest_bugfix.patch b/libs/cgilib/patches/200-cgitest_bugfix.patch index 62a68e7391..745aa0e7ed 100644 --- a/libs/cgilib/patches/200-cgitest_bugfix.patch +++ b/libs/cgilib/patches/200-cgitest_bugfix.patch @@ -1,10 +1,10 @@ ---- 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 @@ +--- a/cgitest.c ++++ b/cgitest.c +@@ -216,7 +216,7 @@ int main (int argc, char **argv, char ** + cgiSetHeader ("Set-Cookie", "Version=1; Library=cgilib; Path=/"); cgiHeader(); - printf ("\ncgilib\n\n\n"); - printf ("

cgilib

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

Cookie "Library" set

\n"); + printf (HTML_CSS HTML_HEAD); +- printf ("

Cookie Library set

\n"); + printf ("

Cookie \"Library\" set

\n"); printf ("



Test

\n"); printf ("



Redirect

\n");