mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
fix CFileHelpers.copyFile() mode again; this time for real
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6098eb8e17
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-09-07 (Wed, 07 Sep 2016)
Origin message was:
------------------
- fix CFileHelpers.copyFile() mode again; this time for real
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -798,7 +798,7 @@ int CMovieBrowser::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
poster = m_movieSelectionHandler->file.Name.substr(0, pos);
|
||||
poster += ".jpg";
|
||||
CFileHelpers fh;
|
||||
if (fh.copyFile(imdb->posterfile.c_str(), poster.c_str(), 644))
|
||||
if (fh.copyFile(imdb->posterfile.c_str(), poster.c_str(), 0644))
|
||||
printf("* poster: %s\n", poster.c_str());
|
||||
else
|
||||
printf("* poster: copy error\n");
|
||||
|
Reference in New Issue
Block a user