mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-12 05:31:06 +00:00
fix session id receiving
This commit is contained in:
parent
33a134ca33
commit
2e35fd120a
@ -70,7 +70,10 @@ int Main::restore(
|
||||
while (sqlite3_step(statement) == SQLITE_ROW)
|
||||
{
|
||||
mainTab->restore(
|
||||
DB::SESSION::ID
|
||||
sqlite3_column_int64(
|
||||
statement,
|
||||
DB::SESSION::ID
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user