mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-27 21:39:37 +00:00
+ fix small regression
This commit is contained in:
@ -322,10 +322,10 @@ namespace kiwix {
|
||||
}
|
||||
|
||||
string Reader::getOrigId() {
|
||||
string origId;
|
||||
this->getMetatag("startfileuid", origId);
|
||||
|
||||
if (!origId.empty()) {
|
||||
string value;
|
||||
this->getMetatag("startfileuid", value);
|
||||
if(value.empty())
|
||||
return "";
|
||||
std::string id=value;
|
||||
std::string origID;
|
||||
std::string temp="";
|
||||
|
Reference in New Issue
Block a user