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
6a8ba361
Commit
6a8ba361
authored
Sep 19, 2011
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 20, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version: Fix printing NULL strings.
parent
076f6784
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
version.c
dlls/version/version.c
+3
-2
No files found.
dlls/version/version.c
View file @
6a8ba361
...
...
@@ -1344,8 +1344,9 @@ DWORD WINAPI VerInstallFileA(
OFSTRUCT
ofs
;
TRACE
(
"(%x,%s,%s,%s,%s,%s,%p,%d)
\n
"
,
flags
,
srcfilename
,
destfilename
,
srcdir
,
destdir
,
curdir
,
tmpfile
,
*
tmpfilelen
);
flags
,
debugstr_a
(
srcfilename
),
debugstr_a
(
destfilename
),
debugstr_a
(
srcdir
),
debugstr_a
(
destdir
),
debugstr_a
(
curdir
),
tmpfile
,
*
tmpfilelen
);
xret
=
0
;
if
(
!
srcdir
||
!
srcfilename
)
return
VIF_CANNOTREADSRC
;
sprintf
(
srcfn
,
"%s
\\
%s"
,
srcdir
,
srcfilename
);
...
...
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