summaryrefslogtreecommitdiffstats
path: root/tools/gpgconf-comp.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-04-01 12:51:53 +0200
committerWerner Koch <wk@gnupg.org>2009-04-01 12:51:53 +0200
commitf8b4cd76501824d56d3cf78a8ba85291a62f0e6d (patch)
treecec902ba7d3dd1a38846805cf491a65b95bb79cd /tools/gpgconf-comp.c
parentImplement decryption for TCOS 3 cards. (diff)
downloadgnupg2-f8b4cd76501824d56d3cf78a8ba85291a62f0e6d.tar.xz
gnupg2-f8b4cd76501824d56d3cf78a8ba85291a62f0e6d.zip
Import/export of pkcs#12 now uses the gpg-agent directly.
Removed duplicated code (percent unescaping).
Diffstat (limited to 'tools/gpgconf-comp.c')
-rw-r--r--tools/gpgconf-comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c
index 92016efc4..7ba526f69 100644
--- a/tools/gpgconf-comp.c
+++ b/tools/gpgconf-comp.c
@@ -1141,7 +1141,7 @@ my_dgettext (const char *domain, const char *msgid)
/* FIXME: we have no dgettext, thus we can't switch. */
- text = gettext (msgid);
+ text = (char*)gettext (msgid);
return text ? text : msgid;
}
#elif defined(ENABLE_NLS)