[DEV] gcc compilation corection
This commit is contained in:
parent
16bf072432
commit
3ac971ecb6
@ -31,7 +31,7 @@ void etk::Archive::Display(void)
|
||||
|
||||
etk::Archive* etk::Archive::Load(const etk::UString& _fileName)
|
||||
{
|
||||
etk::Archive::Archive* output=NULL;
|
||||
etk::Archive* output=NULL;
|
||||
etk::UString tmpName = _fileName.ToLower();
|
||||
// select the corect Loader :
|
||||
if( true == tmpName.EndWith(".zip")
|
||||
|
Loading…
Reference in New Issue
Block a user