Bug fix: egw_enc failed on 8-bit chars.
[egate.git] / www / wproto.c
index 668a5a7..5d3fc37 100644 (file)
  * USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  * $Log: wproto.c,v $
- * Revision 1.20  1996/05/21 14:53:04  adam
+ * Revision 1.21  1996/05/23 15:53:11  adam
+ * Bug fix: egw_enc failed on 8-bit chars.
+ * New command: egw_parms.
+ *
+ * Revision 1.20  1996/05/21  14:53:04  adam
  * Tcl command wform extented; options -raw and -exists added.
  *
  * Revision 1.19  1996/03/14  11:48:39  adam
@@ -394,6 +398,12 @@ int wproto_process(WCLIENT wc, int timeout)
        p++;
        for (t = wc->wf_serverf; (*t = *p); t++, p++);
        p++;
+        for (t = wc->wf_script; *p && *p != '/'; t++, p++)
+            *t = *p;
+        *t = '\0';
+        if (*p)
+            p++;
+        decode_form (wc->wf_parms_var, p);
        for (t = wc->wf_parms; (*t = *p); t++, p++);
        p++;
        p++;         /* we don't deal with envvars yet */