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
87c7c961
Commit
87c7c961
authored
Jan 06, 2014
by
André Hentschel
Committed by
Alexandre Julliard
Jan 06, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
2d6685f4
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
shader.c
dlls/d3dx9_36/shader.c
+1
-1
effect.c
dlls/d3dx9_36/tests/effect.c
+1
-1
render.c
dlls/mmdevapi/tests/render.c
+1
-1
exception.c
dlls/ntdll/tests/exception.c
+1
-1
shellpath.c
dlls/shell32/tests/shellpath.c
+1
-1
info.c
dlls/winspool.drv/tests/info.c
+1
-1
winemenubuilder.c
programs/winemenubuilder/winemenubuilder.c
+1
-1
No files found.
dlls/d3dx9_36/shader.c
View file @
87c7c961
...
...
@@ -1029,7 +1029,7 @@ static UINT set(struct ID3DXConstantTableImpl *table, IDirect3DDevice9 *device,
UINT
l
,
i
,
regcount
=
1
,
regsize
=
1
,
cin
=
1
,
rin
=
1
,
ret
,
last
=
0
;
DWORD
tmp
;
/* size to small to set anything */
/* size to
o
small to set anything */
if
(
*
size
<
desc
->
Rows
*
desc
->
Columns
)
{
*
size
=
0
;
...
...
dlls/d3dx9_36/tests/effect.c
View file @
87c7c961
...
...
@@ -1715,7 +1715,7 @@ static void test_effect_parameter_value(IDirect3DDevice9 *device)
/* check size */
ok
(
EFFECT_PARAMETER_VALUE_ARRAY_SIZE
>=
res_desc
->
Bytes
/
4
+
(
res_desc
->
Elements
?
res_desc
->
Bytes
/
4
/
res_desc
->
Elements
:
0
),
"%u - %s: Warning: Array size to small
\n
"
,
i
,
res_full_name
);
"%u - %s: Warning: Array size to
o
small
\n
"
,
i
,
res_full_name
);
test_effect_parameter_value_GetTestGroup
(
&
res
[
k
],
effect
,
&
blob
[
res_value_offset
],
parameter
,
i
);
test_effect_parameter_value_ResetValue
(
&
res
[
k
],
effect
,
&
blob
[
res_value_offset
],
parameter
,
i
);
...
...
dlls/mmdevapi/tests/render.c
View file @
87c7c961
...
...
@@ -884,7 +884,7 @@ static void test_clock(int share)
hr
=
IAudioClient_GetDevicePeriod
(
ac
,
&
defp
,
&
minp
);
ok
(
hr
==
S_OK
,
"GetDevicePeriod failed: %08x
\n
"
,
hr
);
ok
(
minp
<=
period
,
"desired period %u to small for %u
\n
"
,
(
ULONG
)
period
,
(
ULONG
)
minp
);
ok
(
minp
<=
period
,
"desired period %u to
o
small for %u
\n
"
,
(
ULONG
)
period
,
(
ULONG
)
minp
);
if
(
share
)
{
trace
(
"Testing shared mode
\n
"
);
...
...
dlls/ntdll/tests/exception.c
View file @
87c7c961
...
...
@@ -1065,7 +1065,7 @@ static void test_dpe_exceptions(void)
DWORD
val
;
ULONG
len
;
/* Query DEP with len to small */
/* Query DEP with len to
o
small */
stat
=
pNtQueryInformationProcess
(
GetCurrentProcess
(),
ProcessExecuteFlags
,
&
val
,
sizeof
val
-
1
,
&
len
);
if
(
stat
==
STATUS_INVALID_INFO_CLASS
)
{
...
...
dlls/shell32/tests/shellpath.c
View file @
87c7c961
...
...
@@ -2597,7 +2597,7 @@ static void test_DoEnvironmentSubst(void)
" 0: got %s (expected %s)
\n
"
,
wine_dbgstr_w
(
bufferW
),
wine_dbgstr_w
(
expectedW
));
/*
buffer t
o small */
/*
Buffer to
o small */
/* result: FALSE / provided buffer length / the buffer is untouched */
memset
(
bufferA
,
'#'
,
MAX_PATH
-
1
);
bufferA
[
len
+
2
]
=
0
;
...
...
dlls/winspool.drv/tests/info.c
View file @
87c7c961
...
...
@@ -1659,7 +1659,7 @@ static void test_GetPrintProcessorDirectory(void)
res
=
GetPrintProcessorDirectoryA
(
NULL
,
NULL
,
1
,
buffer
,
cbBuf
*
2
,
&
pcbNeeded
);
ok
(
res
,
"returned %d with %d (expected '!= 0')
\n
"
,
res
,
GetLastError
());
/* Buffer to small */
/* Buffer to
o
small */
buffer
[
0
]
=
'\0'
;
SetLastError
(
0xdeadbeef
);
res
=
GetPrintProcessorDirectoryA
(
NULL
,
NULL
,
1
,
buffer
,
cbBuf
-
1
,
&
pcbNeeded
);
...
...
programs/winemenubuilder/winemenubuilder.c
View file @
87c7c961
...
...
@@ -820,7 +820,7 @@ static HRESULT open_module16_icon(LPCWSTR szFileName, int nIndex, IStream **ppSt
iconDirPtr
=
(
NE_NAMEINFO
*
)(((
BYTE
*
)
iconGroupResources
)
+
sizeof
(
NE_TYPEINFO
)
+
nIndex
*
sizeof
(
NE_NAMEINFO
));
if
((((
BYTE
*
)
iconDirPtr
)
+
sizeof
(
NE_NAMEINFO
))
>
(
fileBytes
+
fileSize
))
{
WINE_WARN
(
"file to small for icon group NE_NAMEINFO
\n
"
);
WINE_WARN
(
"file to
o
small for icon group NE_NAMEINFO
\n
"
);
goto
end
;
}
iconDir
=
(
GRPICONDIR
*
)(
fileBytes
+
(
iconDirPtr
->
offset
<<
alignmentShiftCount
));
...
...
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