Changeset 96884 in vbox
- Timestamp:
- Sep 26, 2022 7:03:57 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDrmClient.cpp
r96407 r96884 82 82 83 83 rc = GuestPropValidateFlags(pcszFlags, &fFlags); 84 fExist = RT_SUCCESS(rc) && (fFlags &fPropFlags);84 fExist = RT_SUCCESS(rc) && (fFlags == fPropFlags); 85 85 } 86 86 else
Note:
See TracChangeset
for help on using the changeset viewer.