# HG changeset patch # User Giulio Moro # Date 1431338880 -3600 # Node ID cc434ecf4486e0b6737e806d43789a0d5c9d06fc # Parent adcb57fd3d75bcec807b4bfcf9323d11d2ad837a - Fixed an issue in the command line options (quotes around constant) diff -r adcb57fd3d75 -r cc434ecf4486 core/RTAudioCommandLine.cpp --- a/core/RTAudioCommandLine.cpp Sun May 10 13:55:43 2015 +0100 +++ b/core/RTAudioCommandLine.cpp Mon May 11 11:08:00 2015 +0100 @@ -188,7 +188,7 @@ std::cerr << "Warning: server name is too long (>" << MAX_SERVERNAME_LENGTH << " characters)." " Using default severName Instead ( " << settings->serverName << " ).\n"; break; - case 'OPT_PRU_FILE': + case OPT_PRU_FILE: if(strlen(optarg)pruFilename, optarg); else