[pkg-wine-party] [SCM] Debian Wine packaging branch, lenny, updated. wine-1.0.0-1-126-gccc5cbd

Alexandre Julliard julliard at winehq.org
Thu Oct 30 14:45:05 UTC 2008


The following commit has been merged in the lenny branch:
commit 8e4fe4db4dbaaf3295ecaf2f201984938b5a357c
Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Tue Jul 8 17:52:43 2008 +1000

    oleview: Fixed crash with loading typelib information.
    (cherry picked from commit d4f0685173a0a20b39176540047aab2f251de1aa)

diff --git a/programs/oleview/typelib.c b/programs/oleview/typelib.c
index 5dbffb0..e1d39a3 100644
--- a/programs/oleview/typelib.c
+++ b/programs/oleview/typelib.c
@@ -677,7 +677,7 @@ static int EnumFuncs(ITypeInfo *pTypeInfo, TYPEATTR *pTypeAttr, HTREEITEM hParen
 		if (V_VT(param) == VT_BSTR)
 		{
 		    AddToTLDataStrW(tld, wszInvertedComa);
-		    AddToTLDataStrW(tld, V_BSTR(&var));
+		    AddToTLDataStrW(tld, V_BSTR(param));
 		    AddToTLDataStrW(tld, wszInvertedComa);
 		} else if (VariantChangeType(&var, param, 0, VT_BSTR) == S_OK)
 		    AddToTLDataStrW(tld, V_BSTR(&var));

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list