mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
osdlang_setup: avoid unnecessary (char *) casts
Origin commit data
------------------
Branch: ni/coolstream
Commit: b6a406deb4
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
567c56420c
commit
c373c1e834
@@ -177,7 +177,7 @@ void COsdLangSetup::showLanguageSetup(CMenuWidget *osdl_setup)
|
|||||||
{
|
{
|
||||||
struct dirent **namelist;
|
struct dirent **namelist;
|
||||||
int n;
|
int n;
|
||||||
char *pfad[] = {(char *) DATADIR "/neutrino/locale",(char *) "/var/tuxbox/locale"};
|
const char *pfad[] = {DATADIR "/neutrino/locale", CONFIGDIR "/locale"};
|
||||||
|
|
||||||
osdl_setup->addIntroItems();
|
osdl_setup->addIntroItems();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user