Silence compiler warning

svn path=/trunk/; revision=57197
This commit is contained in:
Mike Nordell
2012-08-29 12:26:33 +00:00
parent f8a94143da
commit b94063d2da
+1 -1
View File
@@ -130,7 +130,7 @@ UINT msi_clone_open_stream( MSIDATABASE *db, IStorage *stg, LPCWSTR name, IStrea
UINT msi_get_raw_stream( MSIDATABASE *db, LPCWSTR stname, IStream **stm )
{
HRESULT r;
IStorage *stg;
IStorage *stg = 0;
WCHAR decoded[MAX_STREAM_NAME_LEN];
decode_streamname( stname, decoded );