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
+1 -1
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):