Fix typo in RegpApplyRestrictions (patch submitted to WINE by Andrew Talbot)

svn path=/trunk/; revision=30844
This commit is contained in:
Thomas Bluemel 2007-11-28 22:37:23 +00:00
parent dba56805a0
commit decb224735

View file

@ -1721,7 +1721,7 @@ RegpApplyRestrictions( DWORD dwFlags, DWORD dwType, DWORD cbData,
if ((dwFlags & RRF_RT_DWORD) == RRF_RT_DWORD)
cbExpect = 4;
else if ((dwFlags & RRF_RT_DWORD) == RRF_RT_QWORD)
else if ((dwFlags & RRF_RT_QWORD) == RRF_RT_QWORD)
cbExpect = 8;
if (cbExpect && cbData != cbExpect)