X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Fwcgi.c;h=b97bbd43c2fe610d7fe9eea59cb6f6d08007d1d4;hb=7f332a840baf336e34d612cdee0ef27901f0dd11;hp=6a4323988c394ab59c93deba66fe7fa06d702291;hpb=eabbad76c996dd29295d07df3111f0797624b42e;p=egate.git diff --git a/www/wcgi.c b/www/wcgi.c index 6a43239..b97bbd4 100644 --- a/www/wcgi.c +++ b/www/wcgi.c @@ -41,6 +41,14 @@ * USE OR PERFORMANCE OF THIS SOFTWARE. * * $Log: wcgi.c,v $ + * Revision 1.20 2001/02/26 14:32:36 adam + * Updated for YAZ 1.7. HTML output tidy up. Added LOC target. + * + * Revision 1.19 1997/01/24 13:13:10 adam + * Implemnted egw_source and added a "raw" option to the URL. + * Fixed a bug in the buffering system of wproto; the macro wo_putc could + * override memory if it was the first HTML generating function called. + * * Revision 1.18 1996/03/14 11:48:37 adam * New function egw_prog that returns name of shell. * @@ -112,6 +120,7 @@ #include #include +#include #include #include #include @@ -204,7 +213,7 @@ int main() int linein = -1, lineout, data, gw_id; if (chdir (EGWDIR)) - fatal ("Couldn't change directory to " EGWDIR); + fatal ("egwcgi: Couldn't change directory to " EGWDIR); gw_log_init ("egw"); gw_log_file (GW_LOG_ALL, "egwcgi_log"); #if 0