mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-16 22:37:30 +08:00
cmWIXRichTextFormatWriter: remove identity cast
This commit is contained in:
@@ -182,6 +182,6 @@ void cmWIXRichTextFormatWriter::EmitUnicodeSurrogate(int c)
|
||||
void cmWIXRichTextFormatWriter::EmitInvalidCodepoint(int c)
|
||||
{
|
||||
ControlWord("cf1 ");
|
||||
File << "[INVALID-BYTE-" << int(c) << ']';
|
||||
File << "[INVALID-BYTE-" << c << ']';
|
||||
ControlWord("cf0 ");
|
||||
}
|
||||
|
Reference in New Issue
Block a user