mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
Change a variable from 32 to 64-bits to avoid a harmless compiler warning
in Xcode. [forum:/forumpost/402d733c22|Forum post 402d733c22]. FossilOrigin-Name: 0216ce23cf23bc147c5de6de178a6689b7ad744bf0ee0098809938b5fe10708b
This commit is contained in:
@@ -749,7 +749,7 @@ static int parseModifier(
|
||||
i64 iOrigJD; /* Original localtime */
|
||||
i64 iGuess; /* Guess at the corresponding utc time */
|
||||
int cnt = 0; /* Safety to prevent infinite loop */
|
||||
int iErr; /* Guess is off by this much */
|
||||
i64 iErr; /* Guess is off by this much */
|
||||
|
||||
computeJD(p);
|
||||
iGuess = iOrigJD = p->iJD;
|
||||
|
Reference in New Issue
Block a user