Ignore:
Timestamp:
Nov 24, 2002, 9:45:05 PM (23 years ago)
Author:
umoeller
Message:

Sources as of 1.0.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/cnrh.c

    r224 r229  
    15791579 *
    15801580 *@@added V0.9.0 [umoeller]
    1581  *@@changed V0.9.21 (2002-09-09) [umoeller]: rewritten to support deletion in callback
    1582  *@@changed V0.9.21 (2002-09-09) [umoeller]: added support for precParent = -1
    1583  *@@changed V0.9.21 (2002-09-09) [umoeller]: changed prototype and callback prototype
     1581 *@@changed V1.0.0 (2002-09-09) [umoeller]: rewritten to support deletion in callback
     1582 *@@changed V1.0.0 (2002-09-09) [umoeller]: added support for precParent = -1
     1583 *@@changed V1.0.0 (2002-09-09) [umoeller]: changed prototype and callback prototype
    15841584 */
    15851585
     
    16221622        // get the next record BEFORE calling the callback
    16231623        // in case the callback removes the record
    1624         // V0.9.21 (2002-09-09) [umoeller]
     1624        // V1.0.0 (2002-09-09) [umoeller]
    16251625        PRECORDCORE precNext = (PRECORDCORE)WinSendMsg(hwndCnr,
    16261626                                                       CM_QUERYRECORD,
     
    16291629                                                                    CMA_ITEMORDER));
    16301630
    1631         if (fRecurse)   // V0.9.21 (2002-09-09) [umoeller]
     1631        if (fRecurse)   // V1.0.0 (2002-09-09) [umoeller]
    16321632            // recurse for the record we found
    16331633            ulrc += cnrhForAllRecords(hwndCnr,
Note: See TracChangeset for help on using the changeset viewer.