Browse Source

Merge 8f922a8417 into 462a519663

pull/871/merge
fixxxedpoint GitHub 6 days ago
parent
commit
439ff62ae5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/CardinalPlugin.cpp

+ 1
- 1
src/CardinalPlugin.cpp View File

@@ -1104,7 +1104,7 @@ protected:
rack::system::removeRecursively(fAutosavePath);
rack::system::createDirectories(fAutosavePath);
static constexpr const char zstdMagic[] = "\x28\xb5\x2f\xfd";
static constexpr const uint8_t zstdMagic[4] = { 0x28, 0xb5, 0x2f, 0xfd };
if (std::memcmp(data.data(), zstdMagic, sizeof(zstdMagic)) != 0)
{


Loading…
Cancel
Save