JBenda / inkcpp

Inkle Ink C++ Runtime with JSON>Binary Compiler
MIT License
70 stars 13 forks source link

inkcpp_cl: Fix spaces in path name failing with Inklecate #51

Closed LilithSilver closed 2 years ago

LilithSilver commented 2 years ago

Currently, a filepath with a space in it causes an error, because the path is handed to inklecate.exe raw from the input arguments, without quotes around it. This PR adds quotes to the inklecate.exe call, allowing any valid path to work.

JBenda commented 2 years ago

Thank you for the fix, it is good to have a new pair of eyes to find such things.