]> wimlib.net Git - wimlib/blobdiff - include/wimlib.h
Fix progress for exclusion of absolute symlinks
[wimlib] / include / wimlib.h
index 71ef0a8e160d0270bf3497b3621f663bc2cfbe2e..afed2af1147b62ad37376af53cb150938e568ff8 100644 (file)
@@ -624,7 +624,10 @@ union wimlib_progress_info {
                        WIMLIB_SCAN_DENTRY_OK = 0,
 
                        /** File or directory is being excluded from capture due
-                        * to the capture configuration file.  */
+                        * to the capture configuration file, or being an
+                        * absolute symbolic link that points outside of the
+                        * capture directory without ::WIMLIB_ADD_FLAG_NORPFIX.
+                        */
                        WIMLIB_SCAN_DENTRY_EXCLUDED,
 
                        /** File or directory is being excluded from capture due