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
edac40ad
Commit
edac40ad
authored
Sep 25, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
Sep 26, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
itss: Fix a typo.
parent
1244e8c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
protocol.c
dlls/itss/protocol.c
+1
-1
No files found.
dlls/itss/protocol.c
View file @
edac40ad
...
@@ -216,7 +216,7 @@ static HRESULT WINAPI ITSProtocol_Start(IInternetProtocol *iface, LPCWSTR szUrl,
...
@@ -216,7 +216,7 @@ static HRESULT WINAPI ITSProtocol_Start(IInternetProtocol *iface, LPCWSTR szUrl,
res
=
chm_resolve_object
(
chm_file
,
object_name
,
&
chm_object
);
res
=
chm_resolve_object
(
chm_file
,
object_name
,
&
chm_object
);
if
(
res
!=
CHM_RESOLVE_SUCCESS
)
{
if
(
res
!=
CHM_RESOLVE_SUCCESS
)
{
WARN
(
"Could not resolve chm object
\n
"
);
WARN
(
"Could not resolve chm object
\n
"
);
HeapFree
(
GetProcessHeap
(),
0
,
object
_name
);
HeapFree
(
GetProcessHeap
(),
0
,
file
_name
);
chm_close
(
chm_file
);
chm_close
(
chm_file
);
return
report_result
(
pOIProtSink
,
STG_E_FILENOTFOUND
);
return
report_result
(
pOIProtSink
,
STG_E_FILENOTFOUND
);
}
}
...
...
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