mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
[download] explicit cast to (char *)
This commit is contained in:
parent
d1a01f19db
commit
4846a04751
@ -1532,7 +1532,7 @@ tp_open(struct type_query *type_query)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
continue_download(type_query, "");
|
continue_download(type_query, (char *)(""));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user