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
0be09af8
Commit
0be09af8
authored
Apr 14, 2020
by
Francois Gouget
Committed by
Alexandre Julliard
Apr 14, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adsldp: Fix the spelling of some FIXME() messages.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
ab4665f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
adsldp.c
dlls/adsldp/adsldp.c
+2
-2
schema.c
dlls/adsldp/schema.c
+1
-1
No files found.
dlls/adsldp/adsldp.c
View file @
0be09af8
...
...
@@ -1147,7 +1147,7 @@ static HRESULT WINAPI search_SetSearchPreference(IDirectorySearch *iface, PADS_S
case
ADS_SEARCHPREF_SEARCH_SCOPE
:
if
(
prefs
[
i
].
vValue
.
dwType
!=
ADSTYPE_INTEGER
)
{
FIXME
(
"ADS_SEARCHPREF_SEACH_SCOPE: not supportd dwType %d
\n
"
,
prefs
[
i
].
vValue
.
dwType
);
FIXME
(
"ADS_SEARCHPREF_SEACH_SCOPE: not support
e
d dwType %d
\n
"
,
prefs
[
i
].
vValue
.
dwType
);
prefs
[
i
].
dwStatus
=
ADS_STATUS_INVALID_SEARCHPREFVALUE
;
break
;
}
...
...
@@ -1178,7 +1178,7 @@ static HRESULT WINAPI search_SetSearchPreference(IDirectorySearch *iface, PADS_S
if
(
prefs
[
i
].
vValue
.
dwType
!=
ADSTYPE_INTEGER
)
{
FIXME
(
"ADS_SEARCHPREF_SECURITY_MASK: not supportd dwType %d
\n
"
,
prefs
[
i
].
vValue
.
dwType
);
FIXME
(
"ADS_SEARCHPREF_SECURITY_MASK: not support
e
d dwType %d
\n
"
,
prefs
[
i
].
vValue
.
dwType
);
prefs
[
i
].
dwStatus
=
ADS_STATUS_INVALID_SEARCHPREFVALUE
;
break
;
}
...
...
dlls/adsldp/schema.c
View file @
0be09af8
...
...
@@ -227,7 +227,7 @@ static WCHAR *parse_name(WCHAR **str, ULONG *name_count)
if
(
*
p
!=
'\''
)
{
FIXME
(
"not suported NAME start at %s
\n
"
,
debugstr_w
(
p
));
FIXME
(
"not sup
p
orted NAME start at %s
\n
"
,
debugstr_w
(
p
));
return
NULL
;
}
...
...
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