X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsorter.h;h=ed82eb34893fad81c80350a06975d264267b56da;hb=b7b9a3d3d56430caba2f41a2e9cae8ca87dce1d6;hp=11daf95a0c933d53fb2699dc15e20f52e7e85466;hpb=e30a6049a172b94b9e54d502f7b8d96746cd2187;p=libucw.git diff --git a/lib/sorter.h b/lib/sorter.h index 11daf95a..ed82eb34 100644 --- a/lib/sorter.h +++ b/lib/sorter.h @@ -401,7 +401,7 @@ P(presort)(struct fastbuf **fb1, struct fastbuf **fb2) } for(;;) { - current = (byte *) ALIGN((addr_int_t) current, CPU_STRUCT_ALIGN); + current = (byte *) ALIGN_TO((addr_int_t) current, CPU_STRUCT_ALIGN); if (current + sizeof(*this) > bufend) break; this = (SORT_NODE *) current;