filebrowser, moviebrowser, pictureviewer: clarify error message

Origin commit data
------------------
Branch: ni/coolstream
Commit: 678a008310
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-06 (Fri, 06 Feb 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2015-02-06 17:26:20 +01:00
parent a593ec0e85
commit 1411d19353
3 changed files with 3 additions and 3 deletions

View File

@@ -563,7 +563,7 @@ bool CFileBrowser::readDir_std(const std::string & dirname, CFileList* flist)
// printf("file.Name: '%s', getFileName: '%s' getPath: '%s'\n",file.Name.c_str(),file.getFileName().c_str(),file.getPath().c_str());
if(stat64((file.Name).c_str(),&statbuf) != 0)
perror("stat error");
fprintf(stderr, "stat '%s' error: %m\n", file.Name.c_str());
else
{
file.Mode = statbuf.st_mode;