mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-08 20:12:01 +03:00
Fix erroneous API usage
svn path=/trunk/netsurf/; revision=12700
This commit is contained in:
parent
23c336cba9
commit
f233d41f26
@ -42,8 +42,7 @@
|
||||
bool save_complete_gui_save(const char *path, const char *filename, size_t len,
|
||||
const char *sourcedata, lwc_string *mime_type)
|
||||
{
|
||||
content_type type = content_factory_type_from_mime_type(
|
||||
lwc_string_data(mime_type));
|
||||
content_type type = content_factory_type_from_mime_type(mime_type);
|
||||
int res;
|
||||
int namelen;
|
||||
char deftype[5];
|
||||
|
Loading…
Reference in New Issue
Block a user