Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
b0cd0d1e
Commit
b0cd0d1e
authored
Mar 08, 2009
by
Andrew Talbot
Committed by
Alexandre Julliard
Mar 09, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msacm32: Fix a typo.
parent
630c43ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
internal.c
dlls/msacm32/internal.c
+1
-1
No files found.
dlls/msacm32/internal.c
View file @
b0cd0d1e
...
...
@@ -72,7 +72,7 @@ PWINE_ACMDRIVERID MSACM_RegisterDriverFromRegistry(LPCWSTR pszRegEntry)
/* The requested registry entry must have the format msacm.XXXXX in order to
be recognized in any future sessions of msacm
*/
if
(
0
==
strncmpiW
(
buf
,
msacmW
,
sizeof
(
msacmW
)
/
sizeof
(
WCHAR
)))
{
if
(
0
==
strncmpiW
(
pszRegEntry
,
msacmW
,
sizeof
(
msacmW
)
/
sizeof
(
WCHAR
)))
{
lRet
=
RegOpenKeyExW
(
HKEY_LOCAL_MACHINE
,
drvkey
,
0
,
KEY_QUERY_VALUE
,
&
hKey
);
if
(
lRet
!=
ERROR_SUCCESS
)
{
WARN
(
"unable to open registry key - 0x%08x
\n
"
,
lRet
);
...
...
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