mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
13 lines
449 B
Diff
13 lines
449 B
Diff
#https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/26412/diffs#961ab7ed8701436ae6dfa236ad9fd2e113c50859
|
|
|
|
--- a/provider/client/ECGenericProp.cpp
|
|
+++ b/provider/client/ECGenericProp.cpp
|
|
@@ -854,7 +854,7 @@
|
|
++nProblem;
|
|
continue;
|
|
}
|
|
- auto hrT = HrDeleteRealProp(lpPropTagArray->aulPropTag[i],FALSE);
|
|
+ auto hrT = HrDeleteRealProp(lpPropTagArray->aulPropTag[i],false);
|
|
if (hrT == hrSuccess)
|
|
continue;
|
|
// Add the error
|