mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
edvbstring.h: fix type conversion
Wconversion
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2dc1b30e96
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-10-21 (Thu, 21 Oct 2021)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -8,7 +8,7 @@ int readEncodingFile();
|
||||
|
||||
inline std::string stringDVBUTF8(const std::string &string, int table=0, int tsidonid=0)
|
||||
{
|
||||
return convertDVBUTF8((const char*)string.c_str(), string.length(), table, tsidonid);
|
||||
return convertDVBUTF8((const char*)string.c_str(), (int)string.length(), table, tsidonid);
|
||||
}
|
||||
|
||||
int getCountryCodeDefaultMapping( const std::string &lang );
|
||||
|
Reference in New Issue
Block a user