mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-01 22:33:15 +02:00
Merge branch 'fix-stdlib-ref' of https://github.com/jprembis/calibre
This commit is contained in:
commit
5c3356264c
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ def update(self, resolved_glyph_map):
|
|||
|
||||
if sys.byteorder != "big":
|
||||
vals.byteswap()
|
||||
self.raw = vals.tostring()
|
||||
self.raw = vals.tobytes()
|
||||
subset = update
|
||||
|
||||
def dump_glyphs(self, sfnt):
|
||||
|
|
|
|||
Loading…
Reference in a new issue