Jeff Miller <jmiller(a)smart.net> writes:
 did someone weird happen with gnuclient with this latest beta or is
it me? 
Somebody's windows patch broke the UNIX version
Index: gnuclient.c
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-20/lib-src/gnuclient.c,v
retrieving revision 1.18
diff -u -u -r1.18 gnuclient.c
--- gnuclient.c	1998/09/29 21:19:27	1.18
+++ gnuclient.c	1998/10/01 16:11:31
@@ -217,6 +217,8 @@
 	;					/* yep */
       else
 	strcat (fullpath, "/");		/* nope, append trailing slash */
+      /* Don't forget to add the filename! */
+      strcat (fullpath,filename);
     }
 } /* filename_expand */