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 loading
Origin commit data
------------------
Commit: 7d723aa44f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-08-16 (Thu, 16 Aug 2012)
This commit is contained in:
@@ -608,7 +608,7 @@ int find_next_char(char to_find, char *text, int start_pos, int end_pos)
|
|||||||
_pos_ += sizeof(_tag_) ;\
|
_pos_ += sizeof(_tag_) ;\
|
||||||
int pos_prev = _pos_;\
|
int pos_prev = _pos_;\
|
||||||
while(_pos_ < bytes && _text_[_pos_] != '<' ) pos++;\
|
while(_pos_ < bytes && _text_[_pos_] != '<' ) pos++;\
|
||||||
_dest_ = atoll(&_text_[pos_prev]);\
|
_dest_ = strtoull(&_text_[pos_prev], NULL, 10); /*atoll(&_text_[pos_prev]);*/\
|
||||||
continue;\
|
continue;\
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user