gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12768 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r12768 - gnunet/src/fs
Date: Mon, 30 Aug 2010 23:21:03 +0200

Author: grothoff
Date: 2010-08-30 23:21:03 +0200 (Mon, 30 Aug 2010)
New Revision: 12768

Modified:
   gnunet/src/fs/fs_getopt.c
Log:
cleaner

Modified: gnunet/src/fs/fs_getopt.c
===================================================================
--- gnunet/src/fs/fs_getopt.c   2010-08-30 19:33:29 UTC (rev 12767)
+++ gnunet/src/fs/fs_getopt.c   2010-08-30 21:21:03 UTC (rev 12768)
@@ -104,9 +104,9 @@
           strcat (val, value);
         }
     }
-  GNUNET_array_grow (u->data.ksk.keywords,
-                     u->data.ksk.keywordCount, u->data.ksk.keywordCount + 1);
-  u->data.ksk.keywords[u->data.ksk.keywordCount - 1] = val;
+  GNUNET_array_append (u->data.ksk.keywords,
+                      u->data.ksk.keywordCount,
+                      val);
   return GNUNET_OK;
 }
 




reply via email to

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