oleaut32: Updated conformance test return string for VT_RESERVED

Benjamin Arai me at benjaminarai.com
Wed Aug 23 21:28:04 CDT 2006


Hi,

ChangeLog:
 - Updates return string for variant conformance tests

---
  dlls/oleaut32/tests/vartest.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Copyright: Google
License: LGPL
-- 
Benjamin Arai
http://www.benjaminarai.com
-------------- next part --------------

diff --git a/dlls/oleaut32/tests/vartest.c b/dlls/oleaut32/tests/vartest.c
index 5a0afd0..cfcf1f0 100644
--- a/dlls/oleaut32/tests/vartest.c
+++ b/dlls/oleaut32/tests/vartest.c
@@ -210,7 +210,7 @@ static const char *vtstr(int x)
 	case 0x4000:
 		return "VT_BYREF";
 	case 0x8000:
-		return "VT_BYREF";
+		return "VT_RESERVED";
 	case 0xFFFF:
 		return "VT_ILLEGAL";
 
-- 
1.4.0


More information about the wine-patches mailing list