Kaydet (Commit) dc76fc4e authored tarafından Caolán McNamara's avatar Caolán McNamara

CID#707521 unintialized member

Change-Id: Ieb4417ae89718d8c5e9abf77cb3e1830c080ae4e
üst dd099957
...@@ -69,6 +69,7 @@ RscId::RscId( RscDefine * pDef ) ...@@ -69,6 +69,7 @@ RscId::RscId( RscDefine * pDef )
aExpType.aExp.pDef = pDef; aExpType.aExp.pDef = pDef;
aExpType.cType = RSCEXP_DEF; aExpType.cType = RSCEXP_DEF;
aExpType.cUnused = 0;
Create( aExpType ); Create( aExpType );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment