subprocess.h icon indicating copy to clipboard operation
subprocess.h copied to clipboard

fix a bug that empty strings are removed from args on Windows

Open matyalatte opened this issue 10 months ago • 0 comments

I noticed that subprocess_create removed empty strings from arguments on Windows. This PR adds quotes to empty strings to pass them to commands. It also tests subprocess_stdout_argc with empty strings.

matyalatte avatar May 01 '24 12:05 matyalatte