X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fwin32_apply.c;h=6f9e41b98393669f8ad42151ecd9407c4c2c6e88;hb=f3c7a16f6cdb32b04ead31581d5461e3f80ed044;hp=ef5b9014953dccbc54c1813830ac30325c992d24;hpb=5864d8266f61b38fc5836a3cc72dbc6ba0d285be;p=wimlib diff --git a/src/win32_apply.c b/src/win32_apply.c index ef5b9014..6f9e41b9 100644 --- a/src/win32_apply.c +++ b/src/win32_apply.c @@ -1129,7 +1129,7 @@ adjust_compression_attribute(HANDLE h, const struct wim_dentry *dentry, status = winnt_fsctl(h, FSCTL_SET_COMPRESSION, &compression_state, sizeof(USHORT), NULL, 0, NULL); if (NT_SUCCESS(status)) - return status; + return 0; winnt_error(status, L"Can't %s compression attribute on \"%ls\"", (compressed ? "set" : "clear"), current_path(ctx));