Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
ac0b8144
Commit
ac0b8144
authored
Jan 26, 2001
by
Martin Pilka
Committed by
Alexandre Julliard
Jan 26, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typo which caused the WritetoHomeRegistryFiles option to be
ignored.
parent
a2495959
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
registry.c
misc/registry.c
+1
-1
No files found.
misc/registry.c
View file @
ac0b8144
...
...
@@ -1040,7 +1040,7 @@ static void _init_registry_saving( HKEY hkey_users_default )
/* set saving level (0 for saving everything, 1 for saving only modified keys) */
_set_registry_levels
(
1
,
!
all
,
period
*
1000
);
if
(
PROFILE_GetWineIniBool
(
"registry"
,
"WritetoHomeRegistr
i
es"
,
1
))
if
(
PROFILE_GetWineIniBool
(
"registry"
,
"WritetoHomeRegistr
yFil
es"
,
1
))
{
_save_at_exit
(
HKEY_CURRENT_USER
,
SAVE_LOCAL_REGBRANCH_CURRENT_USER
);
_save_at_exit
(
HKEY_LOCAL_MACHINE
,
SAVE_LOCAL_REGBRANCH_LOCAL_MACHINE
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment