Browse Source

Fix typo

Signed-off-by: falkTX <falktx@falktx.com>
tags/23.02
falkTX 3 years ago
parent
commit
12cc762790
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/CardinalPlugin.cpp

+ 1
- 1
src/CardinalPlugin.cpp View File

@@ -798,7 +798,7 @@ protected:
// context->history->setSaved();
#if CARDINAL_VARIANT_MINI
FILE* const f = std::fopen(join(context->patch->autosavePath, "patch.json").c_str(), "r");
FILE* const f = std::fopen(rack::system::join(context->patch->autosavePath, "patch.json").c_str(), "r");
DISTRHO_SAFE_ASSERT_RETURN(f != nullptr, String());
DEFER({


Loading…
Cancel
Save