From ed79b7e1cc7717263edf485ca88d02eb117842a7 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sat, 13 Apr 2002 18:09:01 +0000 Subject: [PATCH] Fix help (should not wait for network I/O) --- client/client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/client.c b/client/client.c index 07b00d9..ff43888 100644 --- a/client/client.c +++ b/client/client.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2002, Index Data * See the file LICENSE for details. * - * $Id: client.c,v 1.148 2002-04-08 11:40:41 adam Exp $ + * $Id: client.c,v 1.149 2002-04-13 18:09:01 adam Exp $ */ #include @@ -2606,7 +2606,7 @@ void process_cmd_line(char* line) { printf("Unknown command: %s.\n", word); cmd_help (""); - + res = 1; } if(apdu_file) fflush(apdu_file); -- 1.7.10.4