gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r4624 - GNUnet/src/applications/fs/fsui


From: gnunet
Subject: [GNUnet-SVN] r4624 - GNUnet/src/applications/fs/fsui
Date: Sat, 3 Mar 2007 17:48:46 -0700 (MST)

Author: durner
Date: 2007-03-03 17:48:46 -0700 (Sat, 03 Mar 2007)
New Revision: 4624

Modified:
   GNUnet/src/applications/fs/fsui/upload.c
Log:
wrong order of params

Modified: GNUnet/src/applications/fs/fsui/upload.c
===================================================================
--- GNUnet/src/applications/fs/fsui/upload.c    2007-03-04 00:44:04 UTC (rev 
4623)
+++ GNUnet/src/applications/fs/fsui/upload.c    2007-03-04 00:48:46 UTC (rev 
4624)
@@ -138,8 +138,8 @@
   if (handle == -1) {
     GE_LOG_STRERROR_FILE(ee,
                         GE_ERROR | GE_USER | GE_BULK,
-                        tempName,
-                        "mkstemp");
+                        "mkstemp",
+       tempName);
     FREE(tempName);
     FREE(data);
     *error = STRDUP(GE_memory_get(mem, 0));





reply via email to

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