1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Simplify one of the compiler warning fixes from the previous check-in.

FossilOrigin-Name: 012d7d49c571207087bbe24af05d639627b96df526bfcb2098a3e975b74d865d
This commit is contained in:
mistachkin
2018-01-23 00:17:27 +00:00
parent b71aa0955b
commit fa3d785580
3 changed files with 8 additions and 8 deletions

View File

@ -1115,7 +1115,7 @@ static void sessionPreupdateOneChange(
int iHash;
int bNull = 0;
int rc = SQLITE_OK;
SessionStat1Ctx stat1 = {0, 0};
SessionStat1Ctx stat1 = {0};
if( pSession->rc ) return;