Ignore another sqlite journal tmp name that shows up on win32.

This commit is contained in:
Klaas Freitag 2013-12-10 13:06:14 +01:00
Родитель 4b42743a2a
Коммит a743f804f5
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -136,6 +136,7 @@ void FolderWatcherPrivate::slotINotifyEvent(int mask, int /*cookie*/, const QStr
if( path.endsWith(".csync_journal.db.ctmp") ||
path.endsWith(".csync_journal.db.ctmp-journal") ||
path.endsWith(".csync_journal.db-journal") ||
path.endsWith(".csync_journal.db")) {
qDebug() << " ** Inotify ignored for " <<path;
return;