X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fntfs-apply.c;h=3881f0f4e6562bfb37a1313e733423b60de7b7ad;hp=35760400bc9530463e0227589071a6667eeb6a66;hb=143db75c035e6ecaca451ce70a4ed58a01102b43;hpb=f9695b9f40035f1a20968293255761a8301eaba0 diff --git a/src/ntfs-apply.c b/src/ntfs-apply.c index 35760400..3881f0f4 100644 --- a/src/ntfs-apply.c +++ b/src/ntfs-apply.c @@ -117,7 +117,7 @@ write_ntfs_data_streams(ntfs_inode *ni, struct wim_dentry *dentry, for (;;) { if (stream_name_nbytes) { /* Skip special UNIX data entries (see documentation for - * WIMLIB_ADD_IMAGE_FLAG_UNIX_DATA) */ + * WIMLIB_ADD_FLAG_UNIX_DATA) */ if (stream_name_nbytes == WIMLIB_UNIX_DATA_TAG_UTF16LE_NBYTES && !memcmp(stream_name, WIMLIB_UNIX_DATA_TAG_UTF16LE,