Implemnted egw_source and added a "raw" option to the URL.
[egate.git] / www / wcgi.c
index 6a43239..a16fc6f 100644 (file)
  * 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