2025-01-24 15:02 UTC+0100 Aleksander Czajczynski (hb fki.pl)

* contrib/hbct/dattime3.c
    ! fixed in block variable declaration for strict ANSI C compat
    * code formatting
    ; both borrowed from Viktor's fork, thanks
      aa4665f16f
      d9f37296b0

  * src/rdd/dbcmd.c
    * note about C5.3/5.2 DBAPPEND( [<lUnlockAll>=.t.] ) updated again
      upon Przemek notification, thanks
This commit is contained in:
Aleksander Czajczynski
2025-01-24 15:02:38 +01:00
parent 8d5afdcac1
commit a30e2091db
3 changed files with 27 additions and 9 deletions

View File

@@ -264,7 +264,11 @@ HB_FUNC( DBAPPEND )
if( pArea )
{
/* NOTE: parameter is Clipper 5.3 extension, 5.2 always unlocks */
/*
* NOTE: <lUnlockAll> parameter exists both in Clipper 5.3 and 5.2,
* though in 5.2 it is poorly documented, mentioned only in Drivers
* Guide manual - both printed (1992) and C52G07B.NG
*/
HB_BOOL bUnLockAll = hb_parldef( 1, HB_TRUE );
HB_ERRCODE errCode;