Mercurial > hg > svcore
diff rdf/RDFFeatureWriter.cpp @ 513:06a6612e7cf1
* Avoid trying to create output files with : in them (win32)
* Exit instead of just moaning, if an output file exists and --rdf-force
unspecified
author | Chris Cannam |
---|---|
date | Wed, 10 Dec 2008 12:39:32 +0000 |
parents | e7a39c45a7a4 |
children | 1d3fc01edc03 |
line wrap: on
line diff
--- a/rdf/RDFFeatureWriter.cpp Tue Dec 09 16:53:37 2008 +0000 +++ b/rdf/RDFFeatureWriter.cpp Wed Dec 10 12:39:32 2008 +0000 @@ -122,7 +122,7 @@ std::cerr << "RDFFeatureWriter::write: ERROR: No output stream for track id \"" << trackId.toStdString() << "\" and transform \"" << transform.getIdentifier().toStdString() << "\"" << std::endl; - return; + exit(1); } if (m_startedStreamTransforms.find(stream) ==