mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
add_html_to_string: Also restore the '\0' terminator.
This commit is contained in:
parent
28645973e5
commit
b7dddaa685
@ -284,6 +284,7 @@ add_html_to_string(struct string *string, const unsigned char *src, int len)
|
||||
|| !add_long_to_string(string, (long) *src)
|
||||
|| !add_char_to_string(string, ';')) {
|
||||
string->length = rollback_length;
|
||||
string->source[rollback_length] = '\0';
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user