Changeset 353 for branches/branch-1-0/src
- Timestamp:
- Jul 28, 2007, 11:28:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1-0/src/helpers/dosh.c
r350 r353 3499 3499 *@@added V0.9.4 (2000-07-01) [umoeller] 3500 3500 *@@changed WarpIN V1.0.15 (2007-03-27) [pr]: allow NULL pulDirs and pulFiles 3501 *@@changed WarpIN V1.0.16 (2007-07-28) [pr]: bump directory count on recursive delete failures @@fixes 1001 3501 3502 */ 3502 3503 … … 3560 3561 // (this is what OS/2 reports with DosDeleteDir as well) 3561 3562 arcReturn = ERROR_ACCESS_DENIED; // 5 3563 } 3564 3565 if (arcReturn != NO_ERROR) // WarpIN V1.0.16 (2007-07-28) [pr] 3562 3566 if (pulDirs) // WarpIN V1.0.15 (2007-03-27) [pr] 3563 3567 (*pulDirs)++; 3564 }3565 3568 } 3566 3569 }
Note:
See TracChangeset
for help on using the changeset viewer.