mirror of
https://github.com/mikedilger/chorus.git
synced 2026-08-31 07:31:01 +00:00
bugfix in json_parse tags code
This commit is contained in:
parent
9c79b8440e
commit
b941d67976
@ -145,6 +145,7 @@ pub fn read_tags_array(
|
||||
// Case where we have no tags
|
||||
if num_tags == 0 {
|
||||
put(output, 0, 4_u16.to_ne_bytes().as_slice())?;
|
||||
burn_array(input, inposp)?;
|
||||
return Ok(4);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user