From: Arran Cudbard-Bell Date: Thu, 16 Jun 2022 18:16:21 +0000 (-0500) Subject: Fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1020a0c37e0d624d91c169ed2372ba4ea4fd4530;p=thirdparty%2Ffreeradius-server.git Fix typo --- diff --git a/src/lib/util/size.c b/src/lib/util/size.c index f133addb2af..7e6a5b62a7e 100644 --- a/src/lib/util/size.c +++ b/src/lib/util/size.c @@ -184,7 +184,7 @@ fr_slen_t fr_size_to_str(fr_sbuff_t *out, size_t in) * Fast path - Won't be divisible by a power of 1000 or a power of 1024 */ if (pos2 < 3) goto done; - pos--; + pos2--; /* * Get a count of trailing decimal zeroes.