# HG changeset patch # User Giulio Moro # Date 1431340521 -3600 # Node ID 8e33063409714f757fa8f2ab3df0c12001aa2339 # Parent cc434ecf4486e0b6737e806d43789a0d5c9d06fc ACTUALLY fixed the bug I thought I fixed in the previous commit diff -r cc434ecf4486 -r 8e3306340971 core/RTAudioCommandLine.cpp --- a/core/RTAudioCommandLine.cpp Mon May 11 11:08:00 2015 +0100 +++ b/core/RTAudioCommandLine.cpp Mon May 11 11:35:21 2015 +0100 @@ -12,7 +12,7 @@ #include "../include/RTAudio.h" #ifndef OPT_PRU_FILE -#define OPT_PRU_FILE -1 +#define OPT_PRU_FILE 176 // this is an extended ascii code #endif // Default command-line options for RTAudio