mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Merge PR #2503: plugins/link: Initialize wsPluginName to fix the empty shortname problem
This commit is contained in:
commit
dab868e642
@ -18,7 +18,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <time.h>
|
||||
|
||||
static std::wstring wsPluginName;
|
||||
static std::wstring wsPluginName(L"Link");
|
||||
static std::wstring wsDescription;
|
||||
static char memname[256];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user