See ChangeLog entry 19990630-19:25 EDT David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
1999-07-01 00:37:30 +00:00
parent 0cd6defe1f
commit 4d857268b2
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
19990630-19:25 EDT David G. Holm <dholm@jsd-llc.com>
* source/rtl/errorapi.c
* Changed the default severity value in hb_errNew() to
ES_WHOCARES as the permanent solution (matches Clipper).
19990630-17:45 EDT David G. Holm <dholm@jsd-llc.com>
* source/rtl/errorapi.c
+ Added a default severity value of ES_ERROR in hb_errNew()

View File

@@ -21,7 +21,7 @@ PHB_ITEM hb_errNew( void )
ItemCopy( pReturn, &stack.Return );
hb_errPutSeverity( pReturn, ES_ERROR );
hb_errPutSeverity( pReturn, ES_WHOCARES );
return pReturn;
}