--HG-- branch : feature-streamed-package
@ -2688,7 +2688,7 @@ void CPatchThread::run()
CPatchManager::SFileToPatch &rFTP = AllFilesToPatch[i];
string ext = NLMISC::CFile::getExtension(rFTP.FileName);
if (ext == "bnp")
if (ext == "bnp" || ext == "snp")
{
float oldCurrentFilePatched = CurrentFilePatched;
processFile (rFTP);