aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_uri.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2013-01-26 20:53:11 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2013-01-26 20:53:11 +0000
commit2da991fdbf352b9c1e06185da21ef5d390e1ae5a (patch)
tree2f9e5a9dde251e9a10b24a423f0c010a1d2c18fe /src/fs/fs_uri.c
parent5c3758589a89aed4c2cda0f204f92430a210fee9 (diff)
-force no c format
git-svn-id: https://gnunet.org/svn/gnunet@25923 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/fs/fs_uri.c')
-rw-r--r--src/fs/fs_uri.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c
index 98e9903c38..fa6d411dbc 100644
--- a/src/fs/fs_uri.c
+++ b/src/fs/fs_uri.c
@@ -217,7 +217,8 @@ percent_decode_keyword (const char *in, char **emsg)
if (1 != SSCANF (&out[rpos + 1], "%2X", &hx))
{
GNUNET_free (out);
- *emsg = GNUNET_strdup (_("`%' must be followed by HEX number"));
+ *emsg = GNUNET_strdup (_(/* xgettext:no-c-format */
+ "`%' must be followed by HEX number"));
return NULL;
}
rpos += 3;