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

Windows: quote argv[] values to allow spaces #51

Open
lucasart opened this issue Jul 11, 2021 · 1 comment
Open

Windows: quote argv[] values to allow spaces #51

lucasart opened this issue Jul 11, 2021 · 1 comment

Comments

@lucasart
Copy link
Owner

Windows takes the entire command, and re-parses it, unlike POSIX which takes the, already parsed, argv[] array. So I must quote argv[] values in case they contain spaces. nkg114mc/c-gomoku-cli@5c7c69f. Gomoku does this only for argv[0], but it should probably be done for all argv[] values.

@lucasart
Copy link
Owner Author

only argv[0] for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant