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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user