projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1544188
)
Fix help (should not wait for network I/O)
author
Adam Dickmeiss
<adam@indexdata.dk>
Sat, 13 Apr 2002 18:09:01 +0000
(18:09 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Sat, 13 Apr 2002 18:09:01 +0000
(18:09 +0000)
client/client.c
patch
|
blob
|
history
diff --git
a/client/client.c
b/client/client.c
index
07b00d9
..
ff43888
100644
(file)
--- 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 <stdio.h>
@@
-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);