Skip to content

Commit

Permalink
fix mtests
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Sep 16, 2016
1 parent 5a194ac commit 9855cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/scorefile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ bool Score::saveFile(QIODevice* f, bool msczFormat, bool onlySelection)
else {
xml.stag("museScore version=\"2.06\"");
}
if (write(xml, onlySelection))
if (!write(xml, onlySelection))
return false;
xml.etag();
if (isMaster())
Expand Down

0 comments on commit 9855cb1

Please sign in to comment.