Processing file ... hidden.

This commit is contained in:
ffsup2
2010-12-31 10:47:12 +01:00
parent 649f454e3c
commit 5ee87be11b

View File

@@ -64,7 +64,8 @@ void ProfileStore::parseDir (const Glib::ustring& pdir) {
if (!Glib::file_test (fname, Glib::FILE_TEST_IS_DIR)) {
int lastdot = sname.find_last_of ('.');
if (lastdot!=Glib::ustring::npos && lastdot<=sname.size()-4 && !sname.casefold().compare (lastdot, 4, paramFileExtension)) {
printf ("Processing file %s...\n", fname.c_str());
if( options.rtSettings.verbose )
printf ("Processing file %s...\n", fname.c_str());
Glib::ustring name = sname.substr(0,lastdot);
if (pparams.find(name)!=pparams.end()) {
delete pparams[name];