mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -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;
|
||||
}
|
||||
|
||||
continue_download(type_query, "");
|
||||
continue_download(type_query, (char *)(""));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user