From 547ff5e6a9129fb79ef892a91d302f73b687ae0e Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 6 Feb 1999 18:09:13 +0000 Subject: [PATCH] Slightly improved diagnostics. --- crypto/txt_db/txt_db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/txt_db/txt_db.c b/crypto/txt_db/txt_db.c index dccb2b9513..8dc01ea022 100644 --- 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; -- 2.34.1