[vlc-devel] [PATCH 1/3] Fix problem that the very first character of the RSS display is omitted

Daniel Glaas daniel.glaas at freenet.de
Sat Jul 18 04:03:44 CEST 2020


Fix problem that the very first character of the RSS
display is 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.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-problem-that-the-very-first-character-of-the-RSS.patch
Type: text/x-patch
Size: 1214 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20200718/1bad24fc/attachment.bin>


More information about the vlc-devel mailing list