X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib.h;h=33f124b91335f6087b5b7c558126eafa8409f077;hp=2e5ba3c6fc2bb2d9a3a60ba43cb91793eb3cc209;hb=edcb6f0d4a843d4e05a7b7e3b72006ac4b4acf6f;hpb=0945405bedb03d9929243e2eab30f6555de281ae diff --git a/include/wimlib.h b/include/wimlib.h index 2e5ba3c6..33f124b9 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -856,13 +856,11 @@ union wimlib_progress_info { uint64_t num_dirs_scanned; /** The number of non-directories scanned so far, not counting - * excluded/unsupported files. If a file has multiple names - * (hard links), it is only counted one time. */ + * excluded/unsupported files. */ uint64_t num_nondirs_scanned; /** The number of bytes of file data detected so far, not - * counting excluded/unsupported files. If a file has multiple - * names (hard links), its data is counted only one time. */ + * counting excluded/unsupported files. */ uint64_t num_bytes_scanned; } scan;