See ChangeLog entry 19990630-19:25 EDT David G. Holm <dholm@jsd-llc.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user