https://bugzilla.wikimedia.org/show_bug.cgi?id=52081
Tommi Mäkitalo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Tommi Mäkitalo <[email protected]> --- The type is encoded in the mime type field just like redirects. Redirects have the mime type 0xffff, link targets 0xfffe and deleted entries 0xfffd. Methods isLinktarget and isDeleted in zim::Article and zim::Dirent help detecting the types. The zim creator interface zim::writer::Article got 2 new virtual methods isLinktarget and isDeleted with default implementations which return false. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
