Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GOCBC-1582: Don't pass math.MaxUint32 to fmt.Errorf
Motivation ========== Passing MaxUint32 as an int value to Errorf results in a compilation error in 32-bit systems Change ====== Don't print math.MaxUint32 in search.convertUint64ToUnit32 Change-Id: Ib103b8975401f3c33db51a8421075bc61edaaf4e Reviewed-on: https://review.couchbase.org/c/gocb/+/206658 Tested-by: Build Bot <build@couchbase.com> Reviewed-by: Charles Dixon <chvckd@gmail.com>
- Loading branch information