fixed in some places: system->AddFile() returns bool now instead of Error
This commit is contained in:
@@ -1515,7 +1515,7 @@ bool System::AddCommonFileToVar(const wchar_t * file_path, const wchar_t * url,
|
||||
file_content_item.item_content.content_raw = file_content;
|
||||
file_content_item.item_content.content_raw_type = ItemContent::ct_other;
|
||||
|
||||
return AddFile(file_content_item, false) == WINIX_ERR_OK;
|
||||
return AddFile(file_content_item, false);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user