gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r323 - GNUnet/src/util


From: grothoff
Subject: [GNUnet-SVN] r323 - GNUnet/src/util
Date: Sat, 26 Feb 2005 12:44:53 -0800 (PST)

Author: grothoff
Date: 2005-02-26 12:44:52 -0800 (Sat, 26 Feb 2005)
New Revision: 323

Modified:
   GNUnet/src/util/storage.c
Log:
fix

Modified: GNUnet/src/util/storage.c
===================================================================
--- GNUnet/src/util/storage.c   2005-02-26 13:11:49 UTC (rev 322)
+++ GNUnet/src/util/storage.c   2005-02-26 20:44:52 UTC (rev 323)
@@ -413,7 +413,7 @@
     if ( (rdir[pos] == DIR_SEPARATOR) || 
         (pos == len) ) {
       rdir[pos] = '\0';
-      if (! isDirectory(dir))
+      if (! isDirectory(rdir))
 #ifndef MINGW
        if (0 != mkdir(rdir,
                       S_IRUSR | S_IWUSR | 





reply via email to

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