comment cleanup

This commit is contained in:
Tim Riker
2001-06-22 00:27:11 +00:00
parent fbbd360b3c
commit 837097648e
3 changed files with 3 additions and 4 deletions

View File

@ -139,8 +139,7 @@ char *extract_archive(FILE *src_stream, FILE *out_stream, const file_header_t *f
}
break;
case S_IFDIR:
/* Use create_path instead of mkdir incase prefix path
* hasnt been created */
/* Use make_directory instead of mkdir in case prefix path hasn't been created */
if (function & extract_create_dirs) {
if (make_directory(full_name, file_entry->mode, FILEUTILS_RECUR) < 0) {
return NULL;