mirror of
https://github.com/kiwix/libkiwix.git
synced 2026-06-15 09:29:48 -04:00
Fix typo getTagStr in the wrapper
This commit is contained in:
@@ -68,7 +68,7 @@ GETTER(jstring, getFaviconUrl)
|
||||
GETTER(jstring, getFaviconMimeType)
|
||||
|
||||
METHOD(jstring, Book, getTagStr, jstring tagName) try {
|
||||
auto cRet = Book->getTagStr(jni2c(tagName, env));
|
||||
auto cRet = BOOK->getTagStr(jni2c(tagName, env));
|
||||
return c2jni(cRet, env);
|
||||
} catch(...) {
|
||||
return c2jni<std::string>("", env);
|
||||
|
||||
Reference in New Issue
Block a user