]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 9 Nov 2002 22:01:56 +0000 (22:01 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 9 Nov 2002 22:01:56 +0000 (22:01 +0000)
lib/ChangeLog

index a5bb34c48ddfa341fdacac39deeb700d5b16fa2b..af76690c49f5eab14688d33d3cd17ea1cf999b4e 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-08  Paul Eggert  <eggert@twinsun.com>
+
+       * human.c (human_readable): Revamp to avoid warning about unused
+       variable 'amt'.  Unfortunately this means using some gotos.
+
 2002-11-08  Jim Meyering  <jim@meyering.net>
 
        * human.c (human_readable): Avoid warnings from gcc -Wshadow.