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:
@ -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'))
|
||||
|
Reference in New Issue
Block a user