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

Handle spaces in file names in command shell #44

Closed
derselbst opened this issue May 26, 2010 · 1 comment
Closed

Handle spaces in file names in command shell #44

derselbst opened this issue May 26, 2010 · 1 comment

Comments

@derselbst
Copy link
Member

As discussed on fluid-dev:
http://lists.gnu.org/archive/html/fluid-dev/2009-05/msg00047.html

FluidSynth doesn't currently handle spaces in file paths in the command shell. Should add \ escaping of ' ', '', ** and '"' and perhaps quoting of strings with double or single quote.
**

Reported by: elementgreen

Original Ticket: fluidsynth/tickets/44

@derselbst
Copy link
Member Author

  • status set to closed
  • resolution set to fixed

Escaping is not supported, but single quoting and double quoting is now supported (as of r416), so you can add whatever file name you want (I assume?).

Original comment by: diwic

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

No branches or pull requests

2 participants