Changeset 229 for trunk/dll/arccnrs.c


Ignore:
Timestamp:
Jun 22, 2005, 5:57:52 PM (20 years ago)
Author:
root
Message:

ArcSort: correct typo in last sort fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/arccnrs.c

    r212 r229  
    1818  05 Jun 05 SHL Correct last sort logic
    1919  05 Jun 05 SHL Use QWL_USER
     20  22 Jun 05 SHL ArcSort: correct typo in last sort fix
    2021
    2122***********************************************************************/
     
    142143static SHORT APIENTRY ArcSort (PMINIRECORDCORE pmrc1,PMINIRECORDCORE pmrc2,PVOID pStorage)
    143144{
    144   PARCITEM    pai1 = (PARCITEM)pmrc2;
     145  PARCITEM    pai1 = (PARCITEM)pmrc1;
    145146  PARCITEM    pai2 = (PARCITEM)pmrc2;
    146147  DIRCNRDATA *pdcd = (DIRCNRDATA *)pStorage;
Note: See TracChangeset for help on using the changeset viewer.