mirror of
https://github.com/thestk/stk
synced 2026-04-20 14:36:55 +00:00
Version 4.3.1
This commit is contained in:
committed by
Stephen Sinclair
parent
27d9b79dc7
commit
d199342e86
@@ -101,7 +101,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
catch ( RtError& e ) {
|
||||
std::cout << '\n' << e.getMessage() << '\n' << std::endl;
|
||||
exit( 0 );
|
||||
exit( 1 );
|
||||
}
|
||||
|
||||
bufferBytes = bufferFrames * channels * sizeof( MY_TYPE );
|
||||
|
||||
Reference in New Issue
Block a user