wine/programs/regedit regproc.h regproc.c rege ...

Vincent Béron vberon at mecano.gme.usherb.ca
Wed Aug 13 20:07:31 CDT 2003


Le mer 06/08/2003 à 23:10, Alexandre Julliard a écrit :
> ChangeSet ID:	8934
> CVSROOT:	/home/winehq/opt/cvs-commit
> Module name:	wine
> Changes by:	julliard at wine.codeweavers.com	2003/08/06 22:10:13
> 
> Modified files:
> 	programs/regedit: regproc.h regproc.c regedit.c Makefile.in 
> 	                  .cvsignore 
> Added files:
> 	programs/regedit: treeview.c rsrc.rc resource.rc resource.h 
> 	                  main.h main.c listview.c framewnd.c childwnd.c 
> 	                  about.c En.rc 
> 
> Log message:
> 	Robert Dickenson <robd at reactos.org>
> 	Steven Edwards <Steven_Ed4153 at yahoo.com>
> 	Mike McCormack <mike at codeweavers.com>
> 	Implemented GUI for regedit.
> 
> Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8934

regedit.c:
@@ -153,10 +154,13 @@
     }
 
     if (action == ACTION_UNDEF)
-    {
-        action = ACTION_ADD;
+        return FALSE;
+
+    return PerformRegAction(action, s);
     }


This seems to have broken commandline only regedit, for the ACTION_ADD
case (used in wineinstall et al.).

The included patch should fix it (building in progress).

Vincent
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wine-20030813-regedit.patch
Type: text/x-patch
Size: 508 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20030813/8a8cc1dd/wine-20030813-regedit.bin


More information about the wine-devel mailing list