mirror of
https://github.com/tstack/lnav
synced 2024-11-17 15:29:40 +00:00
[environ_vtab] the first var was being skipped
This commit is contained in:
parent
4614cbcb75
commit
bc4004de9e
@ -133,8 +133,6 @@ static int vt_open(sqlite3_vtab *p_svt, sqlite3_vtab_cursor **pp_cursor)
|
||||
|
||||
p_cur->base.pVtab = p_svt;
|
||||
p_cur->env_cursor = environ;
|
||||
|
||||
vt_next((sqlite3_vtab_cursor *)p_cur);
|
||||
}
|
||||
|
||||
return SQLITE_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user