mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
gui/movieinfo.cpp: fix channel id saving
Origin commit data
------------------
Commit: 6c95ed2924
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-26 (Fri, 26 Sep 2014)
This commit is contained in:
@@ -116,7 +116,7 @@ static void XML_ADD_TAG_UNSIGNED(std::string &_xml_text_, const char *_tag_name_
|
||||
_xml_text_ += ">\n";
|
||||
}
|
||||
|
||||
static void XML_ADD_TAG_LONG(std::string &_xml_text_, const char *_tag_name_, long int _tag_content_)
|
||||
static void XML_ADD_TAG_LONG(std::string &_xml_text_, const char *_tag_name_, uint64_t _tag_content_)
|
||||
{
|
||||
_xml_text_ += "\t\t<";
|
||||
_xml_text_ += _tag_name_;
|
||||
|
Reference in New Issue
Block a user