diff lib/fsusage.c @ 104:6b441e8a5e2b

merge with 3.8.3a
author Jim Meyering <jim@meyering.net>
date Wed, 06 Oct 1993 00:24:28 +0000 (1993-10-06)
parents 7e7718a3da17
children 12f81400139d
line wrap: on
line diff
--- a/lib/fsusage.c
+++ b/lib/fsusage.c
@@ -70,7 +70,7 @@
   else if (fromsize > tosize)	/* E.g., from 2048 to 512.  */
     return blocks * (fromsize / tosize);
   else				/* E.g., from 256 to 512.  */
-    return (blocks + (blocks < 0 ? -1 : +1)) / (tosize / fromsize);
+    return (blocks + (blocks < 0 ? -1 : 1)) / (tosize / fromsize);
 }
 
 /* Fill in the fields of FSP with information about space usage for