mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-17 19:24:52 -04:00
xml validation, removed redundant boxing, unknown files fail validation, caught a inverse logic error
This commit is contained in:
@@ -202,7 +202,7 @@ bool DataFile::validate( QString extension )
|
||||
}
|
||||
break;
|
||||
default:
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user