mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
fa1823dcad
* [opencolorio-tools] Separate feature application to avoid circular dependency * [opencolorio] Remove oiio related patch * [opencolorio] Do not make tools * [opencolorio-tools] make sure share folder is clean * [docs] Add format document * improve the error message * Check the error message * Finish test * Update ports/opencolorio/portfile.cmake Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com> * Use vcpkg_copy_tools Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
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;
|
|
}
|