|
|
@ -148,7 +148,7 @@ void CGroupHTML::addImageDownload(const string &url, CViewBase *img)
|
|
|
|
nlwarning("add to download '%s' dest '%s' img %p", url.c_str(), dest.c_str(), img);
|
|
|
|
nlwarning("add to download '%s' dest '%s' img %p", url.c_str(), dest.c_str(), img);
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
// erase the tmp file if exists
|
|
|
|
// erase the tmp file if exists
|
|
|
|
if (NLMISC::CFile::fileExists(tmpdest))
|
|
|
|
if (NLMISC::CFile::fileExists(tmpdest))
|
|
|
|
NLMISC::CFile::deleteFile(tmpdest);
|
|
|
|
NLMISC::CFile::deleteFile(tmpdest);
|
|
|
|
|
|
|
|
|
|
|
|