gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2376 - gnunet-gtk/src/plugins/fs


From: durner
Subject: [GNUnet-SVN] r2376 - gnunet-gtk/src/plugins/fs
Date: Thu, 22 Dec 2005 12:09:57 -0800 (PST)

Author: durner
Date: 2005-12-22 12:09:50 -0800 (Thu, 22 Dec 2005)
New Revision: 2376

Modified:
   gnunet-gtk/src/plugins/fs/namespace.c
   gnunet-gtk/src/plugins/fs/search.c
Log:
typos

Modified: gnunet-gtk/src/plugins/fs/namespace.c
===================================================================
--- gnunet-gtk/src/plugins/fs/namespace.c       2005-12-22 19:55:22 UTC (rev 
2375)
+++ gnunet-gtk/src/plugins/fs/namespace.c       2005-12-22 20:09:50 UTC (rev 
2376)
@@ -223,7 +223,7 @@
   if (filename == NULL)
     filename = STRDUP(_("no name given"));
   else {
-    char dotdot;
+    char *dotdot;
     
     while(dotdot = strstr(filename, ".."))
       dotdot[0] = dotdot[1] = '_';
@@ -339,7 +339,7 @@
   if (filename == NULL)
     filename = STRDUP(_("no name given"));
   else {
-    char dotdot;
+    char *dotdot;
     
     while(dotdot = strstr(filename, ".."))
       dotdot[0] = dotdot[1] = '_';

Modified: gnunet-gtk/src/plugins/fs/search.c
===================================================================
--- gnunet-gtk/src/plugins/fs/search.c  2005-12-22 19:55:22 UTC (rev 2375)
+++ gnunet-gtk/src/plugins/fs/search.c  2005-12-22 20:09:50 UTC (rev 2376)
@@ -100,7 +100,7 @@
   if (name == NULL)
     name = STRDUP(_("no name given"));
   else {
-    char dotdot;
+    char *dotdot;
     
     while(dotdot = strstr(name, ".."))
       dotdot[0] = dotdot[1] = '_';





reply via email to

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