Closed sleinen closed 7 years ago
PR https://github.com/sleinen/samplicator/pull/48 introduced a construct that isn't understood by all C compilers:
for (int j=0; j<argc; j++)
I should have reviewed this better!
Fixed by #55
PR https://github.com/sleinen/samplicator/pull/48 introduced a construct that isn't understood by all C compilers:
I should have reviewed this better!