http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a57c391
)
The values are quoted and spaces added, so having spaces in the
author
Aric Stewart
<aric@codeweavers.com>
Mon, 21 Feb 2005 18:29:21 +0000
(18:29 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 21 Feb 2005 18:29:21 +0000
(18:29 +0000)
properties results in spaces in the values which is incorrect.
programs/msiexec/msiexec.c
patch
|
blob
|
blame
|
history
diff --git
a/programs/msiexec/msiexec.c
b/programs/msiexec/msiexec.c
index 5c0054ba982d46e7107235d96ade0de06d241f55..fbd51e8f088a3c31a3ac8aaaa58e7f5516cee0e0 100644
(file)
--- a/
programs/msiexec/msiexec.c
+++ b/
programs/msiexec/msiexec.c
@@
-67,9
+67,9
@@
static const char UsageStr[] =
"Copyright 2004 Vincent B�ron\n";
static const WCHAR ActionAdmin[] = {
- 'A','C','T','I','O','N','=','A','D','M','I','N',
' ',
0 };
+ 'A','C','T','I','O','N','=','A','D','M','I','N',0 };
static const WCHAR RemoveAll[] = {
- 'R','E','M','O','V','E','=','A','L','L',
' ',
0 };
+ 'R','E','M','O','V','E','=','A','L','L',0 };
static const WCHAR InstallRunOnce[] = {
'S','o','f','t','w','a','r','e','\\',