diff options
Diffstat (limited to 'win/rfb_win32/Win32Util.cxx')
-rw-r--r-- | win/rfb_win32/Win32Util.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/rfb_win32/Win32Util.cxx b/win/rfb_win32/Win32Util.cxx index 002bf2bd..ed6b70cb 100644 --- a/win/rfb_win32/Win32Util.cxx +++ b/win/rfb_win32/Win32Util.cxx @@ -74,7 +74,7 @@ const char* FileVersionInfo::getVerString(const char* name, DWORD langId) { std::string langIdStr(binToHex(langIdBuf, sizeof(langId))); std::string infoName; - infoName = strFormat("\\StringFileInfo\\%s\\%s", langIdStr.c_str(), name); + infoName = format("\\StringFileInfo\\%s\\%s", langIdStr.c_str(), name); // Locate the required version string within the version info char* buffer = 0; |