mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-11 23:50:58 +02:00
lcd4l: try to fix encoding mess
Origin commit data
------------------
Commit: bdbd8b5592
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-09-26 (Mon, 26 Sep 2016)
Origin message was:
------------------
- lcd4l: try to fix encoding mess
This commit is contained in:
@@ -80,7 +80,7 @@ class CLCD4l
|
||||
bool GetLogoName(uint64_t channel_id, std::string channel_name, std::string & logo);
|
||||
|
||||
std::string hexStr(unsigned char* data);
|
||||
void strReplace(std::string & orig, const char *fstr, const std::string rstr);
|
||||
void strReplace(std::string &orig, const std::string &fstr, const std::string &rstr);
|
||||
bool WriteFile(const char *file, std::string content = "", bool convert = false);
|
||||
|
||||
// Variables
|
||||
|
Reference in New Issue
Block a user