mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-08-04 10:23:21 -05:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user