mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix session id receiving
This commit is contained in:
parent
33a134ca33
commit
2e35fd120a
1 changed files with 4 additions and 1 deletions
|
|
@ -70,7 +70,10 @@ int Main::restore(
|
|||
while (sqlite3_step(statement) == SQLITE_ROW)
|
||||
{
|
||||
mainTab->restore(
|
||||
sqlite3_column_int64(
|
||||
statement,
|
||||
DB::SESSION::ID
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue