mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-17 22:31:21 +00:00
Don't call a null pointer if a logging function is called before LiStartConnection()
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include "Limelight.h"
|
||||
|
||||
#define Limelog(s, ...) \
|
||||
if (ListenerCallbacks.logMessage) \
|
||||
ListenerCallbacks.logMessage(s, ##__VA_ARGS__)
|
||||
|
||||
#if defined(LC_WINDOWS)
|
||||
|
||||
Reference in New Issue
Block a user