From ef83430f3a5f205f3bf59c9fd271b71d6b5e1f28 Mon Sep 17 00:00:00 2001 From: zavok Date: Sun, 7 Feb 2016 16:40:57 +0300 Subject: actually clean up text on unsuccesful pass input --- spine.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'spine.c') diff --git a/spine.c b/spine.c index 0466985..0836ab0 100644 --- a/spine.c +++ b/spine.c @@ -335,6 +335,7 @@ confirm(void) { static int spinecmdhandler (pinentry_t recieved_pinentry) { + text[0]='\0'; pinentry = recieved_pinentry; if(!setlocale(LC_CTYPE, "") || !XSupportsLocale()) @@ -375,4 +376,4 @@ main(int argc, char *argv[]){ if (pinentry_loop()) return 1; return 0; -} \ No newline at end of file +} -- cgit v1.2.3