gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3681 - GNUnet/src/applications/fs/tools


From: grothoff
Subject: [GNUnet-SVN] r3681 - GNUnet/src/applications/fs/tools
Date: Fri, 10 Nov 2006 13:48:55 -0800 (PST)

Author: grothoff
Date: 2006-11-10 13:48:54 -0800 (Fri, 10 Nov 2006)
New Revision: 3681

Modified:
   GNUnet/src/applications/fs/tools/gnunet-directory.c
Log:
fix

Modified: GNUnet/src/applications/fs/tools/gnunet-directory.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-directory.c 2006-11-10 21:48:23 UTC 
(rev 3680)
+++ GNUnet/src/applications/fs/tools/gnunet-directory.c 2006-11-10 21:48:54 UTC 
(rev 3681)
@@ -185,7 +185,7 @@
     URITRACK_trackURIS(ectx, cfg, YES);
 
   while (i < argc)
-    printDirectory(argv[i]);
+    printDirectory(argv[i++]);
 
   GNUNET_fini(ectx, cfg);
   return 0;





reply via email to

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