mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
remove never used volues
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2138 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 2591100c42
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-03-04 (Sun, 04 Mar 2012)
This commit is contained in:
@@ -957,8 +957,8 @@ bool CMovieInfo::saveFile_std(const CFile & file, const char *text, const int te
|
||||
bool result = false;
|
||||
int fd;
|
||||
if ((fd = open(file.Name.c_str(), O_SYNC | O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) >= 0) {
|
||||
int nr;
|
||||
nr = write(fd, text, text_size);
|
||||
/*int nr=*/
|
||||
write(fd, text, text_size);
|
||||
//fdatasync(fd);
|
||||
close(fd);
|
||||
result = true;
|
||||
|
Reference in New Issue
Block a user