mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
moviebrowser/player: remove unneeded (char *) casts
Origin commit data
------------------
Branch: ni/coolstream
Commit: b90991da77
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-10 (Tue, 10 Feb 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Jacek Jendrzej
parent
8df72acd9c
commit
4e54d5c781
@@ -3907,7 +3907,7 @@ static off64_t truncate_movie(MI_MOVIE_INFO * minfo)
|
||||
char spart[255];
|
||||
int part = 0, tpart = 0;
|
||||
bool found = 0;
|
||||
char * name = (char *) minfo->file.Name.c_str();
|
||||
const char *name = minfo->file.Name.c_str();
|
||||
off64_t size = minfo->file.Size;
|
||||
int len = minfo->length;
|
||||
int seconds = minfo->bookmarks.end;
|
||||
|
Reference in New Issue
Block a user