gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8622 - doodle/src/doodle


From: gnunet
Subject: [GNUnet-SVN] r8622 - doodle/src/doodle
Date: Fri, 3 Jul 2009 00:28:19 -0600

Author: grothoff
Date: 2009-07-03 00:28:19 -0600 (Fri, 03 Jul 2009)
New Revision: 8622

Modified:
   doodle/src/doodle/index.c
Log:
minifix

Modified: doodle/src/doodle/index.c
===================================================================
--- doodle/src/doodle/index.c   2009-07-03 06:25:09 UTC (rev 8621)
+++ doodle/src/doodle/index.c   2009-07-03 06:28:19 UTC (rev 8622)
@@ -261,10 +261,10 @@
   if (eproc->pid == -1)
     return NULL;
   fprintf(stderr, "Processing file %s\n", filename);
-  DO_WRITE(eproc->send_pipe, filename, strlen(filename)+1);
   head = NULL;
   pos = NULL;
   next = NULL;
+  DO_WRITE(eproc->send_pipe, filename, strlen(filename)+1);
   DO_READ(eproc->read_pipe, &count, sizeof(unsigned int));
   while (count-- > 0) {
     next = malloc(sizeof(EXTRACTOR_KeywordList));





reply via email to

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