rename setChars to setAscii
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user