mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
14 lines
457 B
Diff
14 lines
457 B
Diff
|
diff --git a/src/core/Config.cpp b/src/core/Config.cpp
|
||
|
index f5cb379..5ea178e 100644
|
||
|
--- a/src/core/Config.cpp
|
||
|
+++ b/src/core/Config.cpp
|
||
|
@@ -330,7 +330,7 @@ OCIO_NAMESPACE_ENTER
|
||
|
sanitytext_ = rhs.sanitytext_;
|
||
|
|
||
|
cacheids_ = rhs.cacheids_;
|
||
|
- cacheidnocontext_ = cacheidnocontext_;
|
||
|
+ cacheidnocontext_ = rhs.cacheidnocontext_;
|
||
|
}
|
||
|
return *this;
|
||
|
}
|