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
1f6d078e
Commit
1f6d078e
authored
Jun 02, 2012
by
Francois Gouget
Committed by
Alexandre Julliard
Jun 04, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
fd84b7d0
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
hlsl.y
dlls/d3dcompiler_43/hlsl.y
+1
-1
d3drm.c
dlls/d3drm/tests/d3drm.c
+2
-2
dde.c
dlls/shell32/dde.c
+2
-2
shfldr_unixfs.c
dlls/shell32/shfldr_unixfs.c
+1
-1
qtsplitter.c
dlls/wineqtdecoder/qtsplitter.c
+1
-1
No files found.
dlls/d3dcompiler_43/hlsl.y
View file @
1f6d078e
...
...
@@ -71,7 +71,7 @@ hlsl_prog: /* empty */
preproc_directive: PRE_LINE STRING
{
TRACE("Updating line information
s
to file %s, line %u\n", debugstr_a($2), $1);
TRACE("Updating line information to file %s, line %u\n", debugstr_a($2), $1);
hlsl_ctx.line_no = $1 - 1;
d3dcompiler_free(hlsl_ctx.source_file);
hlsl_ctx.source_file = $2;
...
...
dlls/d3drm/tests/d3drm.c
View file @
1f6d078e
...
...
@@ -214,7 +214,7 @@ static void test_MeshBuilder(void)
size
=
sizeof
(
name
);
hr
=
IDirect3DRMMeshBuilder_GetName
(
pMeshBuilder
,
&
size
,
name
);
ok
(
hr
==
D3DRM_OK
,
"IDirect3DRMMeshBuilder_GetName returned hr = %x
\n
"
,
hr
);
ok
(
!
strcmp
(
name
,
"Object"
),
"Retr
ei
ved name '%s' instead of 'Object'
\n
"
,
name
);
ok
(
!
strcmp
(
name
,
"Object"
),
"Retr
ie
ved name '%s' instead of 'Object'
\n
"
,
name
);
size
=
strlen
(
"Object"
);
/* No space for null character */
hr
=
IDirect3DRMMeshBuilder_GetName
(
pMeshBuilder
,
&
size
,
name
);
ok
(
hr
==
E_INVALIDARG
,
"IDirect3DRMMeshBuilder_GetName returned hr = %x
\n
"
,
hr
);
...
...
@@ -229,7 +229,7 @@ static void test_MeshBuilder(void)
size
=
sizeof
(
name
);
hr
=
IDirect3DRMMeshBuilder_GetName
(
pMeshBuilder
,
&
size
,
name
);
ok
(
hr
==
D3DRM_OK
,
"IDirect3DRMMeshBuilder_GetName returned hr = %x
\n
"
,
hr
);
ok
(
!
strcmp
(
name
,
""
),
"Retr
ei
ved name '%s' instead of ''
\n
"
,
name
);
ok
(
!
strcmp
(
name
,
""
),
"Retr
ie
ved name '%s' instead of ''
\n
"
,
name
);
val
=
IDirect3DRMMeshBuilder_GetVertexCount
(
pMeshBuilder
);
ok
(
val
==
4
,
"Wrong number of vertices %d (must be 4)
\n
"
,
val
);
...
...
dlls/shell32/dde.c
View file @
1f6d078e
...
...
@@ -86,8 +86,8 @@ static inline HDDEDATA Dde_OnRequest(UINT uFmt, HCONV hconv, HSZ hszTopic,
{
static
BYTE
groups_data
[]
=
"
\r\n
"
;
FIXME
(
"returning empty groups list
\n
"
);
/*
this is an workaround for an app wich expect
some data
* and cant handle NULL. */
/*
This is a workaround for an application which expects
some data
* and can
no
t handle NULL. */
return
DdeCreateDataHandle
(
dwDDEInst
,
groups_data
,
sizeof
(
groups_data
),
0
,
hszProgmanService
,
uFmt
,
0
);
}
FIXME
(
"%u %p %s %s: stub
\n
"
,
uFmt
,
hconv
,
debugstr_hsz
(
hszTopic
),
debugstr_hsz
(
hszItem
)
);
...
...
dlls/shell32/shfldr_unixfs.c
View file @
1f6d078e
...
...
@@ -519,7 +519,7 @@ static char* UNIXFS_build_shitemid(char *pszUnixPath, BOOL bMustExist, WIN32_FIN
FileStructW
*
pFileStructW
;
WORD
uOffsetW
,
*
pOffsetW
;
TRACE
(
"(pszUnixPath=%s, bMustEx
s
ist=%s, pFindData=%p, pIDL=%p)
\n
"
,
TRACE
(
"(pszUnixPath=%s, bMustExist=%s, pFindData=%p, pIDL=%p)
\n
"
,
debugstr_a
(
pszUnixPath
),
bMustExist
?
"T"
:
"F"
,
pFindData
,
pIDL
);
if
(
pFindData
)
...
...
dlls/wineqtdecoder/qtsplitter.c
View file @
1f6d078e
...
...
@@ -488,7 +488,7 @@ static DWORD WINAPI QTSplitter_loading_thread(LPVOID data)
/* according to QA1469 a movie has to be fully loaded before we
can reliably start the Extraction session.
If loaded earlier then we only get an extraction session for
If loaded earlier
,
then we only get an extraction session for
the part of the movie that is loaded at that time.
We are trying to load as much of the movie as we can before we
...
...
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