projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ec218e
)
Slightly improved diagnostics.
author
Ben Laurie
<ben@openssl.org>
Sat, 6 Feb 1999 18:09:13 +0000
(18:09 +0000)
committer
Ben Laurie
<ben@openssl.org>
Sat, 6 Feb 1999 18:09:13 +0000
(18:09 +0000)
crypto/txt_db/txt_db.c
patch
|
blob
|
history
diff --git
a/crypto/txt_db/txt_db.c
b/crypto/txt_db/txt_db.c
index dccb2b9513e3f1ee7970513a98ed98e0a9e1d54f..8dc01ea0228e53cd82bd2c02cfd011c0148b5534 100644
(file)
--- a/
crypto/txt_db/txt_db.c
+++ b/
crypto/txt_db/txt_db.c
@@
-158,7
+158,7
@@
int num;
if ((n != num) || (*f != '\0'))
{
#if !defined(NO_STDIO) && !defined(WIN16) /* temporaty fix :-( */
- fprintf(stderr,"wrong number of fields on line %ld
\n",ln
);
+ fprintf(stderr,"wrong number of fields on line %ld
(looking for field %d, got %d, '%s' left)\n",ln,num,n,f
);
#endif
er=2;
goto err;