From 22edb32b441a0d9819ef3ade5f3deceaaea2a93a Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Tue, 29 Jun 1999 04:40:34 +0000 Subject: [PATCH] See ChangeLog entry 19990628-23:30 EDT David G. Holm --- harbour/ChangeLog | 7 +++++++ harbour/source/tools/hb_f.c | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 57de888d1a..06efaec0b8 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,10 @@ +19990628-23:30 EDT David G. Holm + * source/tools/hb_f.c + * Undid previous type change for x in hb_hbfskip(), because it + causes a serious problem in an attempt to avoid a warning. + The strange thing is that GCC (DJGPP) doesn't complain either + way, even with -pedantic enabled. + 19990628-21:50 EDT David G. Holm * source/compiler/harbour.y * Changed fopen() call used to create .PPO files from using diff --git a/harbour/source/tools/hb_f.c b/harbour/source/tools/hb_f.c index 758d210dc7..e4cb2f4a61 100644 --- a/harbour/source/tools/hb_f.c +++ b/harbour/source/tools/hb_f.c @@ -102,8 +102,8 @@ long hb_hbfskip( int recs ) { long read_pos; - size_t x, read_len; - long y; + size_t read_len; + long x, y; if ( recs > 0 ) {