X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fcapture_common.c;h=ececd29a8447ab1ac3896a9a3f25609ff183fccb;hb=efdb571bf22033727f0d15bb161614686e5bcf66;hp=943d919ba5770530053ee60cf5007be7b8b706fb;hpb=b5b9681794d1f5f13350e3567f6f6e74f5c779cf;p=wimlib diff --git a/src/capture_common.c b/src/capture_common.c index 943d919b..ececd29a 100644 --- a/src/capture_common.c +++ b/src/capture_common.c @@ -44,8 +44,7 @@ * Flags, optional progress function, and progress data for the capture * operation. * @status - * Status of the scanned file (ok, unsupported, excluded, or excluded - * symlink). + * Status of the scanned file. * @inode * If @status is WIMLIB_SCAN_DENTRY_OK, this is a pointer to the WIM inode * that has been created for the scanned file. The first time the file is @@ -62,7 +61,8 @@ do_capture_progress(struct add_image_params *params, int status, return 0; case WIMLIB_SCAN_DENTRY_UNSUPPORTED: case WIMLIB_SCAN_DENTRY_EXCLUDED: - case WIMLIB_SCAN_DENTRY_EXCLUDED_SYMLINK: + case WIMLIB_SCAN_DENTRY_FIXED_SYMLINK: + case WIMLIB_SCAN_DENTRY_NOT_FIXED_SYMLINK: if (!(params->add_flags & WIMLIB_ADD_FLAG_EXCLUDE_VERBOSE)) return 0; }