aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_uri.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-05-12 08:53:16 +0000
committerChristian Grothoff <christian@grothoff.org>2014-05-12 08:53:16 +0000
commit54b5026b7bf917816bef12620f94715ae1dd6f78 (patch)
treeffa40d459ef5c57b86af6d0935a0972df9436976 /src/fs/fs_uri.c
parenta6c59f4966cc7ba2c4ff8496f197e6bf3b74dc4b (diff)
downloadgnunet-54b5026b7bf917816bef12620f94715ae1dd6f78.tar.gz
gnunet-54b5026b7bf917816bef12620f94715ae1dd6f78.zip
-LOC, not SKS
Diffstat (limited to 'src/fs/fs_uri.c')
-rw-r--r--src/fs/fs_uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c
index eda1710db..cce420f0d 100644
--- a/src/fs/fs_uri.c
+++ b/src/fs/fs_uri.c
@@ -582,7 +582,7 @@ uri_loc_parse (const char *s,
582 npos += SIGNATURE_ASCII_LENGTH; 582 npos += SIGNATURE_ASCII_LENGTH;
583 if (s[npos++] != '.') 583 if (s[npos++] != '.')
584 { 584 {
585 *emsg = GNUNET_strdup (_("SKS URI malformed (wrong syntax for expiration time)")); 585 *emsg = GNUNET_strdup (_("LOC URI malformed (wrong syntax for expiration time)"));
586 goto ERR; 586 goto ERR;
587 } 587 }
588 if (1 != SSCANF (&s[npos], "%llu", &exptime)) 588 if (1 != SSCANF (&s[npos], "%llu", &exptime))