diff options
Diffstat (limited to 'afdnotebook.cc')
-rw-r--r-- | afdnotebook.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/afdnotebook.cc b/afdnotebook.cc index 56a3749..eaff949 100644 --- a/afdnotebook.cc +++ b/afdnotebook.cc @@ -245,7 +245,7 @@ bool AfdNotebook::parseMainInfo() } _title = info["title"]; - _guid = info["guid"].mid(3).toULongLong(0, 16); + _guid = info["guid"].mid(2).toULongLong(0, 16); _firstPage = AfdPageAddress(info["pagestart"]); _lastPage = AfdPageAddress(info["pagestop"]); _pagesPerBook = info.value("segment-pages-per-book", "108").toUInt(); |