Changeset 229 for trunk/dll/arccnrs.c
- Timestamp:
- Jun 22, 2005, 5:57:52 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r212 r229 18 18 05 Jun 05 SHL Correct last sort logic 19 19 05 Jun 05 SHL Use QWL_USER 20 22 Jun 05 SHL ArcSort: correct typo in last sort fix 20 21 21 22 ***********************************************************************/ … … 142 143 static SHORT APIENTRY ArcSort (PMINIRECORDCORE pmrc1,PMINIRECORDCORE pmrc2,PVOID pStorage) 143 144 { 144 PARCITEM pai1 = (PARCITEM)pmrc 2;145 PARCITEM pai1 = (PARCITEM)pmrc1; 145 146 PARCITEM pai2 = (PARCITEM)pmrc2; 146 147 DIRCNRDATA *pdcd = (DIRCNRDATA *)pStorage;
Note:
See TracChangeset
for help on using the changeset viewer.