From 09ef9ab23f7a8862d27e5e19966bb344c2e38e8c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 26 Apr 2012 23:34:40 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/mobi/writer8/exth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/mobi/writer8/exth.py b/src/calibre/ebooks/mobi/writer8/exth.py index 4c0c769668..361b978528 100644 --- a/src/calibre/ebooks/mobi/writer8/exth.py +++ b/src/calibre/ebooks/mobi/writer8/exth.py @@ -95,7 +95,7 @@ def build_exth(metadata, prefer_author_sort=False, is_periodical=False, if isinstance(uuid, unicode): uuid = uuid.encode('utf-8') - if share_not_sync: + if not share_not_sync: exth.write(pack(b'>II', 113, len(uuid) + 8)) exth.write(uuid) nrecs += 1