mirror of
https://github.com/gvx/bitser.git
synced 2024-11-24 06:54:20 +00:00
Actually pass the buffer to write_string for class names
This commit is contained in:
parent
80c130ea8d
commit
90acb62c42
@ -127,7 +127,7 @@ local function write_table(value, buffer, seen)
|
||||
if class then
|
||||
classkey = classkey_registry[class]
|
||||
Buffer_write_byte(buffer, 242)
|
||||
write_string(class)
|
||||
write_string(class, buffer)
|
||||
else
|
||||
Buffer_write_byte(buffer, 240)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user