Mercurial > hg > svcore
diff data/fileio/FileSource.cpp @ 980:6e6da0636e5e tonioni
Merge from default branch
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 16:36:21 +0100 |
parents | 613ee830de5e |
children | c6f2b93a7d52 |
line wrap: on
line diff
--- a/data/fileio/FileSource.cpp Tue Sep 02 16:23:48 2014 +0100 +++ b/data/fileio/FileSource.cpp Tue Sep 09 16:36:21 2014 +0100 @@ -857,7 +857,7 @@ #ifdef DEBUG_FILE_SOURCE cerr << "FileSource::createCacheFile: ERROR: Failed to create temporary directory: " << f.what() << endl; #endif - return ""; + return false; } QString filepart = m_url.path().section('/', -1, -1, @@ -915,7 +915,7 @@ << m_url.toString() << "\" (or file already exists)" << endl; #endif - return ""; + return false; } }