summaryrefslogtreecommitdiff
blob: c6193277458f4b52201ee3a20a0ef91ac088b819 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
https://bugs.gentoo.org/754966
https://github.com/AcademySoftwareFoundation/OpenColorIO/issues/563
Fixed upstream in a larger set of changes.
--- a/src/core/Config.cpp
+++ b/src/core/Config.cpp
@@ -330,7 +330,7 @@
                 sanitytext_ = rhs.sanitytext_;
                 
                 cacheids_ = rhs.cacheids_;
-                cacheidnocontext_ = cacheidnocontext_;
+                cacheidnocontext_ = rhs.cacheidnocontext_;
             }
             return *this;
         }