From f1963332edea0f05fcd3361c00df93b953007b93 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 8 Jul 1999 14:38:39 +0000 Subject: [PATCH] make dbpr work correctly for DBF_NOACCESS --- src/db/dbTest.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/db/dbTest.c b/src/db/dbTest.c index 261b430ed..6569cfd39 100644 --- a/src/db/dbTest.c +++ b/src/db/dbTest.c @@ -1175,11 +1175,13 @@ static int dbpr_report( char *ptemp_buf = &temp_buf[0]; short n = pdbFldDes->size; short i; + unsigned int value; strcpy(ptemp_buf,"0x"); ptemp_buf+=2; if(n>(sizeof(temp_buf)-2)/2) n = (sizeof(temp_buf)-2)/2; for (i=0; i