Changeset 1078 for trunk/dll/makelist.c
- Timestamp:
- Jul 19, 2008, 6:08:02 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/makelist.c
r1077 r1078 311 311 UINT x; 312 312 for (x = 0; list[x]; x++) 313 Fortify_ ChangeOwner(list[x]);314 } 315 Fortify_ ChangeOwner(li);313 Fortify_BecomeOwner(list[x]); 314 } 315 Fortify_BecomeOwner(li); 316 316 } 317 317 }
Note:
See TracChangeset
for help on using the changeset viewer.