forked from KolibriOS/kolibrios
- Fixed URL link in dynamic.c
git-svn-id: svn://kolibrios.org@8551 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
5e1423f845
commit
44b8c6baec
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user