mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +03:00
change back to unsigned long to avoid warning on gnueabihf platforms
This commit is contained in:
parent
6dfc0f1486
commit
d566debc48
@ -91,7 +91,7 @@ nserror html_script_exec(html_content *c, bool allow_defer)
|
||||
CONTENT_STATUS_DONE) {
|
||||
/* external script is now available */
|
||||
const char *data;
|
||||
size_t size;
|
||||
unsigned long size;
|
||||
data = content_get_source_data(
|
||||
s->data.handle, &size );
|
||||
script_handler(c->jscontext, data, size,
|
||||
|
Loading…
Reference in New Issue
Block a user