Fix typo
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
db2ff3850a
commit
12cc762790
1 changed files with 1 additions and 1 deletions
|
@ -798,7 +798,7 @@ protected:
|
||||||
// context->history->setSaved();
|
// context->history->setSaved();
|
||||||
|
|
||||||
#if CARDINAL_VARIANT_MINI
|
#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());
|
DISTRHO_SAFE_ASSERT_RETURN(f != nullptr, String());
|
||||||
|
|
||||||
DEFER({
|
DEFER({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue