mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-03 16:19:01 -04:00
[pki] fix a minor initialization issue
This commit is contained in:
parent
7f82dbf0fc
commit
293440b2e9
2 changed files with 6 additions and 6 deletions
|
@ -139,7 +139,7 @@ const char* WinPKIErrorString(void)
|
|||
char* GetSignatureName(const char* path, const char* country_code)
|
||||
{
|
||||
static char szSubjectName[128];
|
||||
static char szCountry[3];
|
||||
char szCountry[3] = "__";
|
||||
char *p = NULL, *mpath = NULL;
|
||||
BOOL r;
|
||||
HMODULE hm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue