Author: rmottola
Date: Thu Sep 4 01:55:43 2014
New Revision: 38059
URL: http://svn.gna.org/viewcvs/gnustep?rev=38059&view=rev
Log:
zero memory initially
Modified:
plugins/themes/WinUXTheme/WinNSOpenPanel.m
Modified: plugins/themes/WinUXTheme/WinNSOpenPanel.m
URL:
http://svn.gna.org/viewcvs/gnustep/plugins/themes/WinUXTheme/WinNSOpenPanel.m?rev=38059&r1=38058&r2=38059&view=diff
==============================================================================
--- plugins/themes/WinUXTheme/WinNSOpenPanel.m (original)
+++ plugins/themes/WinUXTheme/WinNSOpenPanel.m Thu Sep 4 01:55:43 2014
@@ -299,6 +299,7 @@
if((self = [super init]) != nil)
{
// Initial values for OPENFILENAMEW structure
+ memset(&ofn, 0, sizeof(ofn));
ofn.lStructSize = sizeof(ofn);
ofn.lpstrFile = szFile;
ofn.lpstrFile[0] = '\0';
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs