mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 10:49:26 +08:00
14 lines
492 B
Diff
14 lines
492 B
Diff
|
diff --git a/REFPROP_lib.h b/REFPROP_lib.h
|
||
|
index 60fb64a..df10d2c 100644
|
||
|
--- a/REFPROP_lib.h
|
||
|
+++ b/REFPROP_lib.h
|
||
|
@@ -762,7 +762,7 @@ extern "C" {
|
||
|
#ifndef UNICODE
|
||
|
msg = dllPath;
|
||
|
#else
|
||
|
- std::wstring wStr = t;
|
||
|
+ std::wstring wStr = dllPath;
|
||
|
msg = std::string(wStr.begin(), wStr.end());
|
||
|
#endif
|
||
|
RPPath_loaded = msg;
|