gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r33240 - gnunet/src/fs
Date: Mon, 12 May 2014 10:53:16 +0200

Author: grothoff
Date: 2014-05-12 10:53:16 +0200 (Mon, 12 May 2014)
New Revision: 33240

Modified:
   gnunet/src/fs/fs_uri.c
Log:
-LOC, not SKS

Modified: gnunet/src/fs/fs_uri.c
===================================================================
--- gnunet/src/fs/fs_uri.c      2014-05-11 12:27:16 UTC (rev 33239)
+++ gnunet/src/fs/fs_uri.c      2014-05-12 08:53:16 UTC (rev 33240)
@@ -582,7 +582,7 @@
   npos += SIGNATURE_ASCII_LENGTH;
   if (s[npos++] != '.')
   {
-    *emsg = GNUNET_strdup (_("SKS URI malformed (wrong syntax for expiration 
time)"));
+    *emsg = GNUNET_strdup (_("LOC URI malformed (wrong syntax for expiration 
time)"));
     goto ERR;
   }
   if (1 != SSCANF (&s[npos], "%llu", &exptime))




reply via email to

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