Changed print format

This commit is contained in:
ceriel 1990-12-14 13:57:46 +00:00
parent 916b9e94e9
commit 6390348994

View 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);