wineconsole & valgrind

Eric Pouech pouech-eric at wanadoo.fr
Thu May 8 14:18:06 CDT 2003


A+
-- 
Eric Pouech
-------------- next part --------------
Name:          wc_vg
ChangeLog:     Quiet some valgrind's reports
License:       X11
GenDate:       2003/05/08 19:17:17 UTC
ModifiedFiles: programs/wineconsole/registry.c
===================================================================
RCS file: /home/cvs/cvsroot/wine/wine/programs/wineconsole/registry.c,v
retrieving revision 1.12
diff -u -u -r1.12 registry.c
--- programs/wineconsole/registry.c	24 Feb 2003 20:40:20 -0000	1.12
+++ programs/wineconsole/registry.c	5 Apr 2003 07:01:35 -0000
@@ -179,6 +179,8 @@
     cfg->def_attr = 0x000F;
     cfg->win_height = 25;
     cfg->win_width  = 80;
+    cfg->win_pos.X = 0;
+    cfg->win_pos.Y = 0;
     cfg->edition_mode = 0;
     cfg->registry = NULL;
 


More information about the wine-patches mailing list