Changeset bad765a in mainline for uspace/lib/ui/src/ui.c

Timestamp:
2021-11-04T16:29:57Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e3e64f6
Parents:
f05f413
Message:

Fix reading and writing chunk padding

You cannot use riff_read() to read the chunk padding, because it's not
part of the chunk data proper. This fixes libgfxfont's unit test, which
could not read back the TPF it wrote.

Also, it seems prudent to actually write the padding, not just seek
over it. (Might not be a problem but, just in case…)

(No files)

Note: See TracChangeset for help on using the changeset viewer.