Browse Source

Testing

tags/1.9.4
falkTX 10 years ago
parent
commit
6bb71ca9b4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      source/utils/CarlaBridgeUtils.hpp

+ 2
- 2
source/utils/CarlaBridgeUtils.hpp View File

@@ -105,11 +105,11 @@ const char* const CARLA_BRIDGE_MSG_SAVED = "CarlaBridgeSaved"; //!< Plugin
struct BridgeSemaphore {
union {
void* server;
char _padServer[32];
char _padServer[64];
};
union {
void* client;
char _padClient[32];
char _padClient[64];
};
};



Loading…
Cancel
Save