From: Adam Dickmeiss Date: Sat, 13 Apr 2002 18:09:01 +0000 (+0000) Subject: Fix help (should not wait for network I/O) X-Git-Tag: YAZ.1.8.7.CCL~24 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=ed79b7e1cc7717263edf485ca88d02eb117842a7 Fix help (should not wait for network I/O) --- 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);