Merge PR #2503: plugins/link: Initialize wsPluginName to fix the empty shortname problem

This commit is contained in:
Mikkel Krautz 2016-08-08 20:08:57 +02:00 committed by GitHub
commit dab868e642

View File

@ -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];