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
19be7545
Commit
19be7545
authored
Sep 07, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 08, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: Fix spelling of a couple of local variables.
parent
3c336ab0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
stg_stream.c
dlls/ole32/stg_stream.c
+6
-6
No files found.
dlls/ole32/stg_stream.c
View file @
19be7545
...
...
@@ -187,7 +187,7 @@ static void StgStreamImpl_OpenBlockChain(
StgStreamImpl
*
This
)
{
StgProperty
curProperty
;
BOOL
readSucessful
;
BOOL
readSuc
c
essful
;
/*
* Make sure no old object is left over.
...
...
@@ -207,11 +207,11 @@ static void StgStreamImpl_OpenBlockChain(
/*
* Read the information from the property.
*/
readSucessful
=
StorageImpl_ReadProperty
(
This
->
parentStorage
->
ancestorStorage
,
readSuc
c
essful
=
StorageImpl_ReadProperty
(
This
->
parentStorage
->
ancestorStorage
,
This
->
ownerProperty
,
&
curProperty
);
if
(
readSucessful
)
if
(
readSuc
c
essful
)
{
This
->
streamSize
=
curProperty
.
size
;
...
...
@@ -803,7 +803,7 @@ static HRESULT WINAPI StgStreamImpl_Stat(
StgStreamImpl
*
const
This
=
(
StgStreamImpl
*
)
iface
;
StgProperty
curProperty
;
BOOL
readSucessful
;
BOOL
readSuc
c
essful
;
TRACE
(
"%p %p %ld
\n
"
,
This
,
pstatstg
,
grfStatFlag
);
...
...
@@ -817,11 +817,11 @@ static HRESULT WINAPI StgStreamImpl_Stat(
/*
* Read the information from the property.
*/
readSucessful
=
StorageImpl_ReadProperty
(
This
->
parentStorage
->
ancestorStorage
,
readSuc
c
essful
=
StorageImpl_ReadProperty
(
This
->
parentStorage
->
ancestorStorage
,
This
->
ownerProperty
,
&
curProperty
);
if
(
readSucessful
)
if
(
readSuc
c
essful
)
{
StorageUtl_CopyPropertyToSTATSTG
(
pstatstg
,
&
curProperty
,
...
...
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