Author: durner Date: 2005-12-20 11:41:43 -0800 (Tue, 20 Dec 2005) New Revision: 2358
Modified: gnunet-gtk/src/plugins/fs/download.c Log: Fix "Could not open symlink..." if LE suggests a different filename for download Modified: gnunet-gtk/src/plugins/fs/download.c =================================================================== --- gnunet-gtk/src/plugins/fs/download.c 2005-12-20 06:03:32 UTC (rev 2357) +++ gnunet-gtk/src/plugins/fs/download.c 2005-12-20 19:41:43 UTC (rev 2358) @@ -484,7 +484,7 @@ char fnURL[PATH_MAX + 1], dummy[2]; size_t len; - ren = ECRS_suggestFilename(ln); + ren = ECRS_suggestFilename(fn); newFn = strrchr(ren ? ren : ln, DIR_SEPARATOR) + 1; dstPath = getFileName("FS", _______________________________________________ GNUnet-SVN mailing list GNUnet-SVN@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-svn