X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fextract.c;h=9359c53fa64c0bcc8242c1c823543dbb06df6749;hp=5945a4d804cddde3aa90865ab3354d9e8cc32d56;hb=be5acf31aa8292dcd4a2829492faefb0b200d28f;hpb=0b52336c9e67aa31c04af59867c2541384141a3d diff --git a/src/extract.c b/src/extract.c index 5945a4d8..9359c53f 100644 --- a/src/extract.c +++ b/src/extract.c @@ -506,8 +506,8 @@ end_extract_blob_wrapper(struct blob_descriptor *blob, int status, void *_ctx) * MAX_OPEN_FILES locations, as measured by the 'out_refcnt' of each blob. * Therefore, the apply_operations implementation need not worry about running * out of file descriptors, unless it might open more than one file descriptor - * per nominal destination (e.g. Win32 currently might because the destination - * file system might not support hard links). + * per 'blob_extraction_target' (e.g. Win32 currently might because the + * destination file system might not support hard links). */ int extract_blob_list(struct apply_ctx *ctx,