Mercurial > hg > xemacs-beta
diff lib-src/gnuclient.c @ 375:a300bb07d72d r21-2b3
Import from CVS: tag r21-2b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:04:51 +0200 |
parents | 6240c7796c7a |
children | 8626e4521993 |
line wrap: on
line diff
--- a/lib-src/gnuclient.c Mon Aug 13 11:04:07 2007 +0200 +++ b/lib-src/gnuclient.c Mon Aug 13 11:04:51 2007 +0200 @@ -217,6 +217,8 @@ ; /* yep */ else strcat (fullpath, "/"); /* nope, append trailing slash */ + /* Don't forget to add the filename! */ + strcat (fullpath,filename); } } /* filename_expand */