1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

Fixed about:

This commit is contained in:
Witold Filipczyk 2006-08-13 08:58:20 +02:00 committed by Witold Filipczyk
parent 32ac7bcb2f
commit 5e1a1a215a

View File

@ -109,6 +109,7 @@ about_protocol_handler(struct connection *conn)
str = page->string;
len = strlen(str);
add_fragment(cached, 0, str, len);
conn->from = len;
break;
}
}