diff options
Diffstat (limited to 'scripts/manicure.rb')
-rwxr-xr-x | scripts/manicure.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/manicure.rb b/scripts/manicure.rb index 1b331272c..b452d4ed7 100755 --- a/scripts/manicure.rb +++ b/scripts/manicure.rb @@ -998,7 +998,7 @@ class Display def generateAPIcalls(hash) # Makes a C version of the preset ready for coding into the CLI - commandString = "if (!strcmp(preset_name, \"" << hash["PresetName"] << "\"))\n{\n " + commandString = "if (!strcasecmp(preset_name, \"" << hash["PresetName"] << "\"))\n{\n " #Filename suffix commandString << "if( !mux )\n " |