We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad6866 commit 3323d0dCopy full SHA for 3323d0d
libc/src/__support/wchar/character_converter.cpp
@@ -78,7 +78,7 @@ ErrorOr<char32_t> CharacterConverter::pop_utf32() {
78
// if pop is called too early
79
if (!isComplete())
80
return Error(-1);
81
-
+
82
char32_t utf32 = state->partial;
83
84
// reset if successful pop
0 commit comments