spu: rss: fix first character of display being omitted
commit22f247b8b4b5ebc8e75d58609bcda2a756924eb5
authorDaniel Glaas <daniel.glaas@freenet.de>
Wed, 19 Aug 2020 17:45:57 +0000 (19 19:45 +0200)
committerThomas Guillem <thomas@gllm.fr>
Wed, 19 Aug 2020 17:50:06 +0000 (19 19:50 +0200)
tree39201de33fc19750c5633c5e0371e423d683381b
parentaa5f6a6caab68e97537b1765f5ed1f621abfe7eb
spu: rss: fix first character of display being omitted

The variable p_sys->i_cur_char is used to track how many chars shall be left
out when printing a title into the display buffer. If this variable is
initialized to zero, then in the very first iteration it is already set to 1 in
function *Filter. This then leads to the effect that the very first char is
never printed.
modules/spu/rss.c