From da495841df93024fca2ce708d3ac0ad4da976d0b Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 16 Aug 2005 19:58:00 +0000 Subject: [PATCH] Forgot second bug instance. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11272 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/import-export/hbci/hbci-interaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/import-export/hbci/hbci-interaction.c b/src/import-export/hbci/hbci-interaction.c index e75a28aed8..c2fc6d2ff2 100644 --- a/src/import-export/hbci/hbci-interaction.c +++ b/src/import-export/hbci/hbci-interaction.c @@ -351,7 +351,7 @@ static int inputBoxCB(AB_BANKING *ab, break; } else { - g_assert (maxLen > strlen(resultbuffer)); + g_assert (maxLen > strlen(passwd)); strcpy(resultbuffer, passwd); g_free (memset (passwd, 0, strlen (passwd))); g_free(title);