1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-07 04:10:08 +00:00

Minor clean-ups

This commit is contained in:
jules 2014-04-29 14:14:21 +01:00
parent 4e6e2a396e
commit 91d9c96338
23 changed files with 34 additions and 34 deletions

View file

@ -109,7 +109,7 @@ namespace
int countMaxPluginChannels (const String& configString, bool isInput)
{
StringArray configs;
configs.addTokens (configString, ", {}", String::empty);
configs.addTokens (configString, ", {}", StringRef());
configs.trim();
configs.removeEmptyStrings();
jassert ((configs.size() & 1) == 0); // looks like a syntax error in the configs?