17 Jul
2012
17 Jul
'12
10:32 a.m.
Nicolas Le Cam <niko.lecam(a)gmail.com> writes:
@@ -1098,6 +1098,8 @@ static BOOL ME_RTFInsertOleObject(RTF_Info *info, HENHMETAFILE hemf, HBITMAP hbm BOOL ret = FALSE; DWORD conn;
+ memset(&stgm, 0, sizeof(stgm)); +
Please fix the bugs (if any) instead of silencing the warnings by memsetting everything to 0. -- Alexandre Julliard julliard(a)winehq.org