Changed: Minor typos

hg/feature/build_pipeline_v3
kervala 12 years ago
parent ef19fc9ec6
commit d2da18ff10

@ -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);
#endif
// erase the tmp file if exists
// erase the tmp file if exists
if (NLMISC::CFile::fileExists(tmpdest))
NLMISC::CFile::deleteFile(tmpdest);

Loading…
Cancel
Save