More compiler warning fixes from Herbert Thoma <herbie@hthoma.de>

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8258 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2003-04-29 21:33:51 +00:00
parent 937ec37a9b
commit ce6bea0822
+1 -1
View File
@@ -252,7 +252,7 @@ static int msgInputPin(const HBCI_User *user,
if (!retval)
break;
if (strlen(passwd) < minsize) {
if (strlen(passwd) < (unsigned int)minsize) {
gboolean retval;
char *msg =
g_strdup_printf ( _("The PIN needs to be at least %d characters \n"