matyalatte / tuw

Tiny GUI wrapper for command-line tools
MIT License
23 stars 2 forks source link

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

Closed matyalatte closed 5 months ago

matyalatte commented 5 months ago

I noticed subprocess.h had an issue that empty strings were removed from arguments on Windows. This PR applies a fix for the issue. (https://github.com/matyalatte/subprocess.h/commit/35754225e32b739c72bd24a5a73720d8bab1fa56)