mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
Silence compiler warning
svn path=/trunk/; revision=57197
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user