This commit was generated by cvs2svn to compensate for changes in r39, which
[chise/xemacs-chise.git.1] / lib-src / gnuclient.c
index e8797c1..4fd2771 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 */
 
@@ -551,7 +553,7 @@ main (int argc, char *argv[])
 
          if (read_line (s, buffer) == 0)
            {
-             fprintf (stderr, "%s: Could not establish Emacs procces id\n",
+             fprintf (stderr, "%s: Could not establish Emacs process id\n",
                       progname);
              exit (1);
            }