mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
Some compiler error fixes.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@591 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: a5a5cdc0e5
Author: nightshad <nightshad@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2010-05-20 (Thu, 20 May 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1126,7 +1126,7 @@ void CMoviePlayerGui::PlayFile(void)
|
||||
|
||||
} else {
|
||||
char temp_name[255];
|
||||
char *slash = strrchr(filename, '/');
|
||||
const char *slash = strrchr(filename, '/');
|
||||
if (slash) {
|
||||
slash++;
|
||||
int len = strlen(slash);
|
||||
|
Reference in New Issue
Block a user