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
685e7007
Commit
685e7007
authored
Jun 16, 2006
by
Andrew Talbot
Committed by
Alexandre Julliard
Jun 19, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi/tests: Write-strings warnings fixes.
parent
0e8b75bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
db.c
dlls/msi/tests/db.c
+1
-1
package.c
dlls/msi/tests/package.c
+3
-3
No files found.
dlls/msi/tests/db.c
View file @
685e7007
...
...
@@ -816,7 +816,7 @@ static void test_msiexport(void)
{
MSIHANDLE
hdb
=
0
,
hview
=
0
;
UINT
r
;
char
*
query
;
c
onst
c
har
*
query
;
char
path
[
MAX_PATH
];
const
char
file
[]
=
"phone.txt"
;
HANDLE
handle
;
...
...
dlls/msi/tests/package.c
View file @
685e7007
...
...
@@ -925,7 +925,7 @@ static void test_props(void)
DeleteFile
(
msifile
);
}
static
UINT
try_query_param
(
MSIHANDLE
hdb
,
LPSTR
szQuery
,
MSIHANDLE
hrec
)
static
UINT
try_query_param
(
MSIHANDLE
hdb
,
LP
C
STR
szQuery
,
MSIHANDLE
hrec
)
{
MSIHANDLE
htab
=
0
;
UINT
res
;
...
...
@@ -953,7 +953,7 @@ static UINT try_query_param( MSIHANDLE hdb, LPSTR szQuery, MSIHANDLE hrec )
return
res
;
}
static
UINT
try_query
(
MSIHANDLE
hdb
,
LPSTR
szQuery
)
static
UINT
try_query
(
MSIHANDLE
hdb
,
LP
C
STR
szQuery
)
{
return
try_query_param
(
hdb
,
szQuery
,
0
);
}
...
...
@@ -962,7 +962,7 @@ static void test_msipackage(void)
{
MSIHANDLE
hdb
=
0
,
hpack
=
100
;
UINT
r
;
char
*
query
;
c
onst
c
har
*
query
;
char
name
[
10
];
DeleteFile
(
msifile
);
...
...
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