See ChangeLog entry 19990604-12:35 EDT David G. Holm <dholm@jsd-llc.com>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
19990604-12:35 EDT David G. Holm <dholm@jsd-llc.com>
|
||||
* source/rtl/dates.c
|
||||
- Corrected HARBOUR DOW() to use _retni() instead of _retnl()
|
||||
|
||||
19990604-12:30 EDT David G. Holm <dholm@jsd-llc.com>
|
||||
* source/vm/hvm.c
|
||||
- Corrected HARBOUR ERRORLEVEL() to not change the error level if
|
||||
|
||||
@@ -475,7 +475,7 @@ HARBOUR DOW( void )
|
||||
if( pDate )
|
||||
{
|
||||
hb_dateDecode( pDate->value.lDate, &lDay, &lMonth, &lYear );
|
||||
_retnl( hb_dow( lDay, lMonth, lYear ) );
|
||||
_retni( hb_dow( lDay, lMonth, lYear ) );
|
||||
stack.Return.wLength = 3;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user