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:
d428360
)
yaz-client: add nl for cs_put error
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 9 Sep 2010 12:54:46 +0000
(14:54 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 9 Sep 2010 12:54:46 +0000
(14:54 +0200)
client/client.c
patch
|
blob
|
history
diff --git
a/client/client.c
b/client/client.c
index
ba217e7
..
c9351d2
100644
(file)
--- a/
client/client.c
+++ b/
client/client.c
@@
-284,7
+284,7
@@
int send_apdu(Z_APDU *a)
do_hex_dump(buf, len);
if (cs_put(conn, buf, len) < 0)
{
- fprintf(stderr, "cs_put: %s", cs_errmsg(cs_errno(conn)));
+ fprintf(stderr, "cs_put: %s\n", cs_errmsg(cs_errno(conn)));
close_session();
return 0;
}