diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-06-05 10:50:24 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-06-05 10:50:24 -0400 |
| commit | 55c518b2922a2d8a41212a952a68c17c7c9a3f8b (patch) | |
| tree | 31cc135bc18bf11893d5ca3bca47c9ee27bf141f /src/plugins.cpp | |
| parent | b0b1159780311c7c8ca9a9d41d11794e91e8895c (diff) | |
pk.h: update to 0.6.0 + handle breaking changes
Diffstat (limited to 'src/plugins.cpp')
| -rw-r--r-- | src/plugins.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins.cpp b/src/plugins.cpp index 5ec86af..010c20e 100644 --- a/src/plugins.cpp +++ b/src/plugins.cpp @@ -18,7 +18,7 @@ pk_arr_t<PkeCallback> pkePluginCallbacks; pk_arr_t<CallbackSignature> sortedSignatures; void PkePlugin_Load(const char *path) { - if (path == nullptr || path == CAFE_BABE(void)) { + if (path == nullptr || path == CAFE_BABE(const char)) { return; } void *extension = dlopen(path, RTLD_NOW); |
