- Fixed URL link in dynamic.c

git-svn-id: svn://kolibrios.org@8551 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
superturbocat2001 2021-01-26 08:56:59 +00:00
parent 5e1423f845
commit 44b8c6baec

View File

@ -9,7 +9,7 @@ int main() {
con_write_asciiz("Wait, I'll ask you... when I'll done to fetch one site...\n");
con_set_title("Dynamicaly linked app");
http_msg *h = http_get("http://kolibri.org/", 0, HTTP_FLAG_BLOCK, "");
http_msg *h = http_get("http://kolibrios.org/en/", 0, HTTP_FLAG_BLOCK, "");
http_long_receive(h);
if (h->status == OK) {