Revision: 2320 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2320&view=re... Author: alvesh88 Date: 2011-10-30 09:29:46 +0000 (Sun, 30 Oct 2011) Log Message: ----------- Fixed a compiler warning, and a possible bug.
Modified Paths: -------------- trunk/geany-plugins/geanypg/src/pinentry.c
Modified: trunk/geany-plugins/geanypg/src/pinentry.c =================================================================== --- trunk/geany-plugins/geanypg/src/pinentry.c 2011-10-30 08:29:12 UTC (rev 2319) +++ trunk/geany-plugins/geanypg/src/pinentry.c 2011-10-30 09:29:46 UTC (rev 2320) @@ -128,7 +128,7 @@ fflush(childin); geanypg_read_till(outpipe[READ], '\n');
- fprintf(childin, "SETDESC %s:%0A%s\n", + fprintf(childin, "SETDESC %s: %s\n", (uid_hint && *uid_hint ? _("Enter passphrase for") : ""), (uid_hint && *uid_hint ? geanypg_getname(uid_hint) : "")); fflush(childin);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.