mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[quikjs] window const char * -> char *
This commit is contained in:
parent
7f39d36787
commit
59f00b6545
@ -384,7 +384,8 @@ js_window_alert(JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *a
|
||||
|
||||
assert(interpreter);
|
||||
struct view_state *vs;
|
||||
const char *str, *string;
|
||||
const char *str;
|
||||
char *string;
|
||||
size_t len;
|
||||
|
||||
vs = interpreter->vs;
|
||||
|
Loading…
Reference in New Issue
Block a user