mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
vdoc: fix segfault on v doc -m -f html vlib
This commit is contained in:
parent
ffedbe4b81
commit
02bef1ae2b
3 changed files with 4 additions and 4 deletions
|
@ -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'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue