sword 1.9.0, official vs svn 3895, SEARCHFLAG_MATCHWHOLEENTRY
Karl Kleinpaste <[email protected]>
| Newsgroups | gmane.comp.literature.sword.devel |
|---|---|
| Message-ID | <[email protected]> |
$ grep ^sword /var/log/rpmpkgs sword-1.9.0-22.fc39.x86_64.rpm sword-devel-1.9.0-22.fc39.x86_64.rpm sword-utils-1.9.0-22.fc39.x86_64.rpm In ↑official Sword 1.9.0↑, there exists in swmodule.h: |#define SEARCHFLAG_MATCHWHOLEENTRY 4096| In Sword SVN 3895 (latest), there exists in swmodule.h and swmodule.cpp: |static const signed int SEARCHFLAG_MATCHWHOLEENTRY;| |const signed int SWModule::SEARCHFLAG_MATCHWHOLEENTRY = 4096;| How annoyed should I be, that 2 things both calling themselves "1.9.0" have this significant API difference? _______________________________________________ sword-devel mailing list: [email protected] http://crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page