diff options
Diffstat (limited to 'src/core/stdssl')
-rw-r--r-- | src/core/stdssl/src/netlibssl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdssl/src/netlibssl.cpp b/src/core/stdssl/src/netlibssl.cpp index 5b070ce28f..9ce246b08b 100644 --- a/src/core/stdssl/src/netlibssl.cpp +++ b/src/core/stdssl/src/netlibssl.cpp @@ -87,7 +87,7 @@ static void ReportSslError(SECURITY_STATUS scRet, int line, bool = false) mir_free(szMsg);
SetLastError(scRet);
- PUShowMessageT(szMsgBuf2, SM_WARNING);
+ PUShowMessageW(szMsgBuf2, SM_WARNING);
}
static bool AcquireCredentials(void)
|