OSCam 11961 ICAM emu-802
oscam11961 ICAM emu-802
change logs oscam 11960:
GCC >= 9 -Wunused-but-set-variable flags the ‘i’ counter in the
strtok_r dependency loop — only incremented, never read. The two
strtok_r() calls already drive the iteration via the ptr return,
so the counter is dead weight.
change logs oscam11961:
oscam icam 11961
webif: fix mismatched HTML tags in reader and config templates
readerconfig.html / readerconfigaio.html:
– Saveemm/Blockemm rows opened <TR> but only closed inner </TD>,
relying on browser auto-close at the next <TR>. Add explicit
</TR> after each </TD>.
config/dvbapi.html:
– Four checkbox rows (Enabled, AU, Enable ecm.info file,
Write detected prov name to srvid) had <TR><TD>…<label></label>
without the closing </TD></TR>. Complete the row markup.
config/gbox.html:
– Line 46: missing </A> in ‘Message type:’ label
(<A …>Message type:</TD> -> Message type:</A></TD>).
– Line 71: stray </TR> directly after a fully inline
<TR …></TR> in the previous line; remove it.
All affected files now have balanced <TR>, <TD> and <A> tags.
Download oscam11961: