aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_uri.c
diff options
context:
space:
mode:
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))