19 Jan
2026
19 Jan
'26
12:52 a.m.
On Mon Jan 19 00:49:44 2026 +0000, Yeshun Ye wrote:
changed this line in [version 5 of the diff](/wine/wine/-/merge_requests/9882/diffs?diff_id=238613&start_sha=9070b04acdf354cede498427b01e5488e855959d#361f2e2f32e8486d0267db3f58ea3b45e8904666_95_92) Your approach is indeed more elegant. I initially handled the case where the quotes in the `cmdline` contained only spaces. Later, through comparative testing, I found that a `cmdline` starting with spaces would cause a failure in Windows. This indicates that Windows does not trim leading spaces, so I removed the processing for `start`. However, I didn't re-optimize the code afterward.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9882#note_127290