gui: Fix mis merge

* Fix up not loading directly

Signed-off-by: Mohd Faraz <androiabledroid@gmail.com>
Change-Id: I5a39c5a93aaa8f32855799f84a748ef5554b2481
This commit is contained in:
Mohd Faraz
2021-04-24 18:18:05 -04:00
committed by bigbiff
parent 8e70a11ef9
commit 16c32046ec
+1 -1
View File
@@ -1191,7 +1191,7 @@ char* PageManager::LoadFileToBuffer(std::string filename, ZipArchiveHandle packa
size_t len;
char* buffer = NULL;
if (package) {
if (!package) {
// We can try to load the XML directly...
LOGINFO("PageManager::LoadFileToBuffer loading filename: '%s' directly\n", filename.c_str());
struct stat st;