mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-12 10:28:08 +00:00
[all] fix client build on linux
This commit is contained in:
@@ -91,7 +91,7 @@ bool str_containsValue(const char * list, char delimiter, const char * value)
|
||||
return false;
|
||||
}
|
||||
|
||||
char * strdup(const char *s)
|
||||
char * lg_strdup(const char *s)
|
||||
{
|
||||
if (!s)
|
||||
{
|
||||
|
Reference in New Issue
Block a user