rename setChars to setAscii

This commit is contained in:
MihailRis
2024-08-31 09:25:05 +03:00
parent 8baabf4c0d
commit 35079d1b49
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ void StructLayout::setNumber(
}
}
size_t StructLayout::setChars(
size_t StructLayout::setAscii(
ubyte* dst, std::string_view value, const std::string& name
) const {
const auto& field = requreField(name);