gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2375 - in GNUnet/src/applications/fs: fsui tools


From: durner
Subject: [GNUnet-SVN] r2375 - in GNUnet/src/applications/fs: fsui tools
Date: Thu, 22 Dec 2005 11:55:45 -0800 (PST)

Author: durner
Date: 2005-12-22 11:55:22 -0800 (Thu, 22 Dec 2005)
New Revision: 2375

Modified:
   GNUnet/src/applications/fs/fsui/download.c
   GNUnet/src/applications/fs/tools/gnunet-search.c
Log:
typos

Modified: GNUnet/src/applications/fs/fsui/download.c
===================================================================
--- GNUnet/src/applications/fs/fsui/download.c  2005-12-22 19:29:11 UTC (rev 
2374)
+++ GNUnet/src/applications/fs/fsui/download.c  2005-12-22 19:55:22 UTC (rev 
2375)
@@ -85,7 +85,7 @@
                    + strlen(filename));
   strcpy(fullName, parent->filename);
   strcat(fullName, GNUNET_DIRECTORY_EXT);
-  while(dotdot = strstr(fullname, ".."))
+  while(dotdot = strstr(fullName, ".."))
     dotdot[0] = dotdot[1] = '_';
   mkdirp(fullName);
   strcat(fullName, DIR_SEPARATOR_STR);

Modified: GNUnet/src/applications/fs/tools/gnunet-search.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-search.c    2005-12-22 19:29:11 UTC 
(rev 2374)
+++ GNUnet/src/applications/fs/tools/gnunet-search.c    2005-12-22 19:55:22 UTC 
(rev 2375)
@@ -76,7 +76,7 @@
   filename = ECRS_getFromMetaData(event->data.SearchResult.fi.meta,
                                  EXTRACTOR_FILENAME);
   if (filename != NULL) {
-    char dotdot;
+    char *dotdot;
     
     while(dotdot = strstr(filename, ".."))
       dotdot[0] = dotdot[1] = '_';





reply via email to

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