Browse Source

fixup! SC: cleanup getResultAsInt

tags/v1.3.0
Brian Heim 5 years ago
parent
commit
557df78be0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/SuperColliderEngine.cpp

+ 1
- 1
src/SuperColliderEngine.cpp View File

@@ -177,7 +177,7 @@ int SC_VcvPrototypeClient::getResultAsInt(const char* text) noexcept {
return intResult; return intResult;
} else { } else {
// TODO better formatting // TODO better formatting
FAIL(std::string("Result of '") + text "' should be > 0");
FAIL(std::string("Result of '") + text + "' should be > 0");
return -1; return -1;
} }
} else { } else {


Loading…
Cancel
Save