mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
No warning
This commit is contained in:
parent
00d34fd0ed
commit
3b279e5ec6
@ -1539,14 +1539,10 @@ static void
|
||||
put_chars_conv(struct html_context *html_context,
|
||||
unsigned char *chars, int charslen)
|
||||
{
|
||||
struct part *part;
|
||||
|
||||
assert(html_context);
|
||||
if_assert_failed return;
|
||||
|
||||
part = html_context->part;
|
||||
|
||||
assert(part && chars && charslen);
|
||||
assert(html_context->part && chars && charslen);
|
||||
if_assert_failed return;
|
||||
|
||||
if (format.style.attr & AT_GRAPHICS) {
|
||||
|
Loading…
Reference in New Issue
Block a user