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

Comment describing the config format in read_config.c is wrong #56

Open
mozeq opened this issue Dec 27, 2017 · 2 comments
Open

Comment describing the config format in read_config.c is wrong #56

mozeq opened this issue Dec 27, 2017 · 2 comments

Comments

@mozeq
Copy link

mozeq commented Dec 27, 2017

It says that the port separator is ':', but it's '/'.:

https://github.com/sleinen/samplicator/blob/37e0e90cec9021ecf287e5de0c0dc09b181b27e4/read_
config.c#L415

@sleinen
Copy link
Owner

sleinen commented Jan 21, 2018

The comment in the source looks correct to me, because the port separator is indeed ':', or at least that is the intent of the code. What makes you think it is '/'?

@dgubitosi
Copy link

The port separator is indeed '/' which I found a little odd myself...

#define PORT_SEPARATOR '/'

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

3 participants