Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- Fixed a bug that empty strings were removed from arguments on Windows.

ver 0.6.4
- Added Universal CRT version for Windows 10 or later
- Fixed a bug that the execution button still says "processing" after getting errors.
Expand Down
2 changes: 1 addition & 1 deletion subprojects/subprocess.wrap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/matyalatte/subprocess.h.git
revision = 822b7564a60b233ac36f6c35e20d9b26c47b9d56
revision = 35754225e32b739c72bd24a5a73720d8bab1fa56
depth=1
patch_directory = subprocess

Expand Down