MIDI robustness.
[ardour.git] / libs / ardour / smf_source.cc
index 6d80857e7bcc624563aa0c3ef949c97500862e2a..e160d7e277217911ce5bdd2a65ba25efbcaa47f0 100644 (file)
@@ -65,7 +65,7 @@ SMFSource::SMFSource (Session& s, std::string path, Flag flags)
                throw failed_constructor ();
        }
        
-       if (open(path)) {
+       if (create(path)) {
                throw failed_constructor ();
        }