Changed print format
authorceriel <none@none>
Fri, 14 Dec 1990 13:57:46 +0000 (13:57 +0000)
committerceriel <none@none>
Fri, 14 Dec 1990 13:57:46 +0000 (13:57 +0000)
util/led/memory.c

index 63cd8b8..8c995fa 100644 (file)
@@ -153,7 +153,7 @@ move_up(piece, incr)
                return (ind_t) 0;
        }
 #ifndef NOSTATISTICS
-       if (statistics) fprintf(stderr,"moving up %X\n", (long) incr);
+       if (statistics) fprintf(stderr,"moving up %lx\n", (long) incr);
 #endif
        for (mem = &mems[NMEMS - 1]; mem > &mems[piece]; mem--)
                copy_up(mem, incr);