gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r324 - branches/GNUnet06/src/util


From: grothoff
Subject: [GNUnet-SVN] r324 - branches/GNUnet06/src/util
Date: Sat, 26 Feb 2005 12:45:15 -0800 (PST)

Author: grothoff
Date: 2005-02-26 12:45:12 -0800 (Sat, 26 Feb 2005)
New Revision: 324

Modified:
   branches/GNUnet06/src/util/storage.c
Log:
fix

Modified: branches/GNUnet06/src/util/storage.c
===================================================================
--- branches/GNUnet06/src/util/storage.c        2005-02-26 20:44:52 UTC (rev 
323)
+++ branches/GNUnet06/src/util/storage.c        2005-02-26 20:45:12 UTC (rev 
324)
@@ -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]