mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-05-14 19:31:23 +00:00
Fix comment typo
This commit is contained in:
parent
b53aaa885d
commit
2f465c412a
@ -323,7 +323,7 @@ void XMLUtil::ConvertUTF32ToUTF8( unsigned long input, char* output, int* length
|
|||||||
*length = 4;
|
*length = 4;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
*length = 0; // This code won't covert this correctly anyway.
|
*length = 0; // This code won't convert this correctly anyway.
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user