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
2166afce
Commit
2166afce
authored
Dec 28, 2008
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 29, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
da1a3529
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
d3dxof.c
dlls/d3dxof/tests/d3dxof.c
+1
-1
loader.c
dlls/dmloader/loader.c
+4
-4
shdocvw.c
dlls/shdocvw/tests/shdocvw.c
+2
-2
midi.c
dlls/winealsa.drv/midi.c
+1
-1
arb_program_shader.c
dlls/wined3d/arb_program_shader.c
+1
-1
No files found.
dlls/d3dxof/tests/d3dxof.c
View file @
2166afce
...
...
@@ -137,7 +137,7 @@ static void test_refcount(void)
ok
(
ref
==
0
,
"Got refcount %ld, expected 0
\n
"
,
ref
);
}
/* Set it to 1 to expand the string when dumping the object. This is useful
l
when there is
/* Set it to 1 to expand the string when dumping the object. This is useful when there is
* only one string in a sub-object (very common). Use with care, this may lead to a crash. */
#define EXPAND_STRING 0
...
...
dlls/dmloader/loader.c
View file @
2166afce
...
...
@@ -212,10 +212,10 @@ static HRESULT WINAPI IDirectMusicLoaderImpl_IDirectMusicLoader_GetObject (LPDIR
else we use info we were given */
if
(
pObjectEntry
)
{
TRACE
(
": found alias entry for requested object... using stored info
\n
"
);
/* I think in certain cases it can happen that entry's descriptor lacks info
/* I think in certain cases it can happen that entry's descriptor lacks info
about
where to load from (e.g.: if we loaded from stream and then released object
from cache; then only it
'
s CLSID, GUID and perhaps name are left); so just
overwrite
info
entry has (since it ought to be 100% correct) */
from cache; then only its CLSID, GUID and perhaps name are left); so just
overwrite
whatever info the
entry has (since it ought to be 100% correct) */
DMUSIC_CopyDescriptor
(
pDesc
,
&
pObjectEntry
->
Desc
);
/*pDesc = &pObjectEntry->Desc; */
/* FIXME: is this OK? */
}
else
{
...
...
@@ -476,7 +476,7 @@ static HRESULT WINAPI IDirectMusicLoaderImpl_IDirectMusicLoader_SetObject (LPDIR
LIST_FOR_EACH
(
pEntry
,
This
->
pObjects
)
{
pObjectEntry
=
LIST_ENTRY
(
pEntry
,
WINE_LOADER_ENTRY
,
entry
);
if
(
!
memcmp
(
&
pObjectEntry
->
Desc
,
pDesc
,
sizeof
(
DMUS_OBJECTDESC
)))
{
TRACE
(
": exacly same entry already exists
\n
"
);
TRACE
(
": exac
t
ly same entry already exists
\n
"
);
return
S_OK
;
}
}
...
...
dlls/shdocvw/tests/shdocvw.c
View file @
2166afce
...
...
@@ -241,7 +241,7 @@ static void test_ParseURLFromOutsideSourceA(void)
len
=
maxlen
;
dummy
=
0
;
res
=
pParseURLFromOutsideSourceA
(
ParseURL_table
[
i
].
url
,
buffer
,
&
len
,
&
dummy
);
/* len includes the terminating 0, when the buffer is to small */
/* len includes the terminating 0, when the buffer is to
o
small */
ok
(
res
==
0
&&
len
==
ParseURL_table
[
i
].
len
+
1
,
"#%d (==): got %d and %d (expected '0' and %d)
\n
"
,
i
,
res
,
len
,
ParseURL_table
[
i
].
len
+
1
);
...
...
@@ -333,7 +333,7 @@ static void test_ParseURLFromOutsideSourceW(void)
len
=
maxlen
;
dummy
=
0
;
res
=
pParseURLFromOutsideSourceW
(
urlW
,
bufferW
,
&
len
,
&
dummy
);
/* len includes the terminating 0, when the buffer is to small */
/* len includes the terminating 0, when the buffer is to
o
small */
ok
(
res
==
0
&&
len
==
ParseURL_table
[
0
].
len
+
1
,
"==: got %d and %d (expected '0' and %d)
\n
"
,
res
,
len
,
ParseURL_table
[
0
].
len
+
1
);
...
...
dlls/winealsa.drv/midi.c
View file @
2166afce
...
...
@@ -388,7 +388,7 @@ static DWORD WINAPI midRecThread(LPVOID arg)
len
-=
copylen
;
pos
+=
copylen
;
/* We check if we reach the end of buffer or the end of sysex before notifying
* to handle the case where ALSA split
ted
the sysex into several events */
* to handle the case where ALSA split the sysex into several events */
if
((
lpMidiHdr
->
dwBytesRecorded
==
lpMidiHdr
->
dwBufferLength
)
||
(
*
(
BYTE
*
)(
lpMidiHdr
->
lpData
+
lpMidiHdr
->
dwBytesRecorded
-
1
)
==
0xF7
))
{
lpMidiHdr
->
dwFlags
&=
~
MHDR_INQUEUE
;
...
...
dlls/wined3d/arb_program_shader.c
View file @
2166afce
...
...
@@ -314,7 +314,7 @@ static void shader_generate_arb_declarations(IWineD3DBaseShader *iface, const sh
FIXME
(
"No free constant to load the luminance parameters
\n
"
);
}
}
else
{
FIXME
(
"No free constant found to load environ
em
nt bump mapping matrix into the shader. texbem instruction will not apply bump mapping
\n
"
);
FIXME
(
"No free constant found to load environ
me
nt bump mapping matrix into the shader. texbem instruction will not apply bump mapping
\n
"
);
}
ps
->
numbumpenvmatconsts
=
cur
+
1
;
...
...
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