~ubuntu-branches/ubuntu/karmic/gnupg2/karmic-security

« back to all changes in this revision

Viewing changes to tools/gpgconf-comp.c

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2009-08-04 12:27:49 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20090804122749-q0j52zp6xmzvyall
Tags: 2.0.12-0ubuntu1
* New upstream release.
* Add 01-scd-pw2.patch, 03-opgp-writekey.patch, and 06-opgp-sign3072.patch
  from https://bugs.g10code.com/gnupg/issue1094 to make OpenPGP 2.0
  smartcards work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1141
1141
 
1142
1142
      /* FIXME: we have no dgettext, thus we can't switch.  */
1143
1143
 
1144
 
      text = gettext (msgid);
 
1144
      text = (char*)gettext (msgid);
1145
1145
      return text ? text : msgid;
1146
1146
    }
1147
1147
#elif defined(ENABLE_NLS)