mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Re-introduce the stracpy in the correct place
See commit836744ea84
and commitbf3faa5c2b
.
This commit is contained in:
parent
1d65718ace
commit
958b0d308d
@ -342,7 +342,7 @@ window_open(JSContext *ctx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
|
||||
if (deo) {
|
||||
deo->ses = ses;
|
||||
deo->uri = get_uri_reference(uri);
|
||||
deo->target = target;
|
||||
deo->target = stracpy(target);
|
||||
register_bottom_half(delayed_goto_uri_frame, deo);
|
||||
boolean_to_jsval(ctx, rval, 1);
|
||||
goto end;
|
||||
|
Loading…
Reference in New Issue
Block a user