diff options
author | drh <> | 2025-02-27 15:55:01 +0000 |
---|---|---|
committer | drh <> | 2025-02-27 15:55:01 +0000 |
commit | 157d9276a0f0fa64ea9fc5e947d71294d035b708 (patch) | |
tree | 45ab2045408111ef10fe804b4e9f5b2452575638 /src/util.c | |
parent | 94c42564f370b597b0665e8b89a738cf58a6aa4f (diff) | |
parent | 29820d39d8a78501687b0930295d298f95442d69 (diff) | |
download | sqlite-157d9276a0f0fa64ea9fc5e947d71294d035b708.tar.gz sqlite-157d9276a0f0fa64ea9fc5e947d71294d035b708.zip |
Merge back a sequence of three changes that were branched due to a build break.
FossilOrigin-Name: 67809715977a5bad0ec7830e27746aba2080852eb725d471c0fd62d4f464a884
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c index 703ef0a23..8e4fd516e 100644 --- a/src/util.c +++ b/src/util.c @@ -1639,7 +1639,7 @@ int sqlite3MulInt64(i64 *pA, i64 iB){ } /* -** Compute the absolute value of a 32-bit signed integer, of possible. Or +** Compute the absolute value of a 32-bit signed integer, if possible. Or ** if the integer has a value of -2147483648, return +2147483647 */ int sqlite3AbsInt32(int x){ |