Mercurial > hg > xemacs-beta
diff lib-src/gnuclient.c @ 321:19dcec799385 r21-0-58
Import from CVS: tag r21-0-58
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:46:44 +0200 |
parents | afd57c14dfc8 |
children | 1d62742628b6 |
line wrap: on
line diff
--- a/lib-src/gnuclient.c Mon Aug 13 10:46:01 2007 +0200 +++ b/lib-src/gnuclient.c Mon Aug 13 10:46:44 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 */