aligment (yet again)
authoreck <none@none>
Thu, 13 Dec 1990 14:03:31 +0000 (14:03 +0000)
committereck <none@none>
Thu, 13 Dec 1990 14:03:31 +0000 (14:03 +0000)
util/led/scan.c

index a33d12c..ee54609 100644 (file)
@@ -477,7 +477,7 @@ static long
 align(size)
        register long   size;
 {
-       return (size + (sizeof(double) - 1)) & ~(sizeof(double) - 1);
+       return (size + (sizeof(double) - 1)) & ~(int)(sizeof(double) - 1);
 }
 
 /*