gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r2230 - gnunet-gtk/src/plugins/fs


From: durner
Subject: [GNUnet-SVN] r2230 - gnunet-gtk/src/plugins/fs
Date: Wed, 2 Nov 2005 12:37:08 -0800 (PST)

Author: durner
Date: 2005-11-02 12:37:04 -0800 (Wed, 02 Nov 2005)
New Revision: 2230

Modified:
   gnunet-gtk/src/plugins/fs/download.c
Log:
fix

Modified: gnunet-gtk/src/plugins/fs/download.c
===================================================================
--- gnunet-gtk/src/plugins/fs/download.c        2005-11-02 20:33:43 UTC (rev 
2229)
+++ gnunet-gtk/src/plugins/fs/download.c        2005-11-02 20:37:04 UTC (rev 
2230)
@@ -466,7 +466,7 @@
       if (ECRS_equalsUri(u, uri)) {
         char *dstPath, *newFn, *dstFile;
         char fnURL[PATH_MAX + 1], dummy[2];
-        ssizet_t len;
+        size_t len;
 
         ren = ECRS_suggestFilename(ln);
         newFn = strrchr(ren ? ren : ln, DIR_SEPARATOR) + 1;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]