diff --git a/renderdoc/core/settings.cpp b/renderdoc/core/settings.cpp index 7f1674bb4..6385436f4 100644 --- a/renderdoc/core/settings.cpp +++ b/renderdoc/core/settings.cpp @@ -311,7 +311,7 @@ static bool MergeConfigValues(const rdcstr &prefix, SDObject *dstConfig, const S oldVal.c_str(), newVal.c_str()); #if RENDERDOC_STABLE_BUILD - if(dstDesc->data.str.contains(debugOnlyString)) + if(rdcstr(dstDesc->data.str).contains(debugOnlyString)) { RDCWARN("%s customisation will not apply - read only in this build", (prefix + dstChild->name).c_str());