Mercurial > hg > svcore
diff data/fileio/PlaylistFileReader.cpp @ 742:c10cb8782576 coreaudio_tests
Merge from branch "default"
author | Chris Cannam |
---|---|
date | Sun, 01 Jul 2012 11:53:00 +0100 |
parents | b4a8d8221eaf |
children | e802e550a1f2 |
line wrap: on
line diff
--- a/data/fileio/PlaylistFileReader.cpp Mon Nov 29 12:45:39 2010 +0000 +++ b/data/fileio/PlaylistFileReader.cpp Sun Jul 01 11:53:00 2012 +0100 @@ -135,7 +135,7 @@ QFileInfo(testpath).isFile()) { std::cerr << "Path \"" << line.toStdString() << "\" is relative, resolving to \"" - << testpath.toStdString() << "\"" + << testpath << "\"" << std::endl; line = testpath; }