24 Mar
2004
24 Mar
'04
5:54 p.m.
"Martin Fuchs" <martin-fuchs(a)gmx.net> writes:
+ /* Add double quotation marks unless we already have them (e.g.: "%1" %* for exefile) */ + if (res != out && *(res - 1) == '"') + { + strcpyW(res, cmd); + res += strlenW(cmd); + } + else + { + strcpyW(res, cmd); + res += strlenW(cmd); + }
Shouldn't you be doing something different in the else branch? Otherwise that test doesn't seem very useful ;-) -- Alexandre Julliard julliard(a)winehq.org
7930
Age (days ago)
7930
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard