X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Fwcgi.c;fp=www%2Fwcgi.c;h=a16fc6f43f9f95a1c3ec87c459750d750f8f4e2f;hb=5e3100c03c68fd3192bbcef8de7c3b9488b4d3c3;hp=6a4323988c394ab59c93deba66fe7fa06d702291;hpb=644da8e5a840d868f7b31cf94fea111d0fa43a4a;p=egate.git diff --git a/www/wcgi.c b/www/wcgi.c index 6a43239..a16fc6f 100644 --- a/www/wcgi.c +++ b/www/wcgi.c @@ -41,6 +41,11 @@ * USE OR PERFORMANCE OF THIS SOFTWARE. * * $Log: wcgi.c,v $ + * 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. * @@ -204,7 +209,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