XEmacs 21.2-b3
[chise/xemacs-chise.git.1] / lib-src / gnuclient.c
index e8797c1..db30ee3 100644 (file)
@@ -217,6 +217,8 @@ filename_expand (char *fullpath, char *filename)
        ;                                       /* yep */
       else
        strcat (fullpath, "/");         /* nope, append trailing slash */
+      /* Don't forget to add the filename! */
+      strcat (fullpath,filename);
     }
 } /* filename_expand */