Changeset 16212
- Timestamp:
- Jan 23, 2008, 2:25:00 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libohana/src/findexec.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/src/findexec.c
r8385 r16212 288 288 tpath = pathname (path); 289 289 if (!mkdirhier (tpath, mode)) { 290 free (tpath); 290 291 if (mkdir (path, mode)) { 291 292 return (-1); … … 295 296 } 296 297 } else { 298 free (tpath); 297 299 return (-1); 298 300 }
Note:
See TracChangeset
for help on using the changeset viewer.
