1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vdoc: fix segfault on v doc -m -f html vlib

This commit is contained in:
Delyan Angelov
2021-02-02 17:38:32 +02:00
parent ffedbe4b81
commit 02bef1ae2b
3 changed files with 4 additions and 4 deletions

View File

@ -97,7 +97,7 @@ fn main() {
fn process_cli_args() &Context {
mut context := &Context{
pref: 0
pref: pref.new_preferences()
}
context.myself = os.executable()
mut fp := flag.new_flag_parser(os.args_after('test-parser'))