mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 01:15:46 +00:00
Don't call a null pointer if a logging function is called before LiStartConnection()
This commit is contained in:
parent
9396f6c528
commit
cd6b636dca
@ -36,6 +36,7 @@
|
||||
#include "Limelight.h"
|
||||
|
||||
#define Limelog(s, ...) \
|
||||
if (ListenerCallbacks.logMessage) \
|
||||
ListenerCallbacks.logMessage(s, ##__VA_ARGS__)
|
||||
|
||||
#if defined(LC_WINDOWS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user