mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-28 05:49:35 +00:00
+ small improvment of getMainPageUrl()
This commit is contained in:
@ -128,6 +128,8 @@ namespace kiwix {
|
||||
if (url.empty()) {
|
||||
url = getFirstPageUrl();
|
||||
}
|
||||
} else {
|
||||
url = getFirstPageUrl();
|
||||
}
|
||||
|
||||
return url;
|
||||
|
Reference in New Issue
Block a user