Merge branch 'fix-stdlib-ref' of https://github.com/jprembis/calibre

This commit is contained in:
Kovid Goyal 2020-10-28 08:48:40 +05:30
commit 5c3356264c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -79,7 +79,7 @@ class LocaTable(UnknownTable):
if sys.byteorder != "big":
vals.byteswap()
self.raw = vals.tostring()
self.raw = vals.tobytes()
subset = update
def dump_glyphs(self, sfnt):