2003-05-06 12:55 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2003-05-06 12:55 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
|
||||
* source/rtl/set.c
|
||||
! Fixed very serious bug in set(_SET_ALTFILE, "") and
|
||||
set(_SET_EXTRAFILE, "") which can caused corrupting any files
|
||||
open by Harbour compiled program
|
||||
|
||||
2003-05-06 12:45 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
|
||||
* contrib/rdd_ads/ads1.c
|
||||
! Bug fixed in adsOrderListClear() - the current order is set to 0 now
|
||||
|
||||
@@ -463,6 +463,8 @@ HB_FUNC( SET )
|
||||
close_text( hb_set.hb_set_althan );
|
||||
if( hb_set.HB_SET_ALTFILE && strlen( hb_set.HB_SET_ALTFILE ) > 0 )
|
||||
hb_set.hb_set_althan = open_handle( hb_set.HB_SET_ALTFILE, bFlag, ".txt", HB_SET_ALTFILE );
|
||||
else
|
||||
hb_set.hb_set_althan = FS_ERROR;
|
||||
}
|
||||
break;
|
||||
case HB_SET_AUTOPEN :
|
||||
@@ -650,6 +652,8 @@ HB_FUNC( SET )
|
||||
close_text( hb_set.hb_set_extrahan );
|
||||
if( hb_set.HB_SET_EXTRAFILE && strlen( hb_set.HB_SET_EXTRAFILE ) > 0 )
|
||||
hb_set.hb_set_extrahan = open_handle( hb_set.HB_SET_EXTRAFILE, bFlag, ".prn", HB_SET_EXTRAFILE );
|
||||
else
|
||||
hb_set.hb_set_extrahan = FS_ERROR;
|
||||
}
|
||||
break;
|
||||
case HB_SET_FIXED :
|
||||
|
||||
Reference in New Issue
Block a user