mirror of
https://github.com/servo/servo.git
synced 2025-06-25 01:24:37 +01:00
parent
411892484b
commit
d97d20a1df
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ pub extern "C" fn android_start(argc: int, argv: **u8) -> int {
|
||||||
args.push(str::raw::from_c_str(*argv.offset(i as int) as *i8));
|
args.push(str::raw::from_c_str(*argv.offset(i as int) as *i8));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
opts::from_cmdline_args(os::args()).map(run);
|
opts::from_cmdline_args(args).map(run);
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue