mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'fix-stdlib-ref' of https://github.com/jprembis/calibre
This commit is contained in:
commit
5c3356264c
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user