1
0
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 commit 836744ea84 and commit
bf3faa5c2b.
This commit is contained in:
Miciah Dashiel Butler Masters 2006-01-18 20:26:01 +00:00 committed by Miciah Dashiel Butler Masters
parent 1d65718ace
commit 958b0d308d

View File

@ -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;