We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99ee55 commit 6f56b47Copy full SHA for 6f56b47
source/slang/slang-compiler-options.cpp
@@ -347,7 +347,7 @@ void CompilerOptionSet::serialize(SerializedOptionsData* outData)
347
outData->stringPool.add(val.stringValue);
348
entry.value.stringValue0 = val.stringValue.getBuffer();
349
outData->stringPool.add(val.stringValue2);
350
- entry.value.stringValue1 = val.stringValue.getBuffer();
+ entry.value.stringValue1 = val.stringValue2.getBuffer();
351
outData->entries.add(entry);
352
}
353
0 commit comments