X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fff-binary.c;h=688d6ae468dfc2ca000874dfb29e738cf14404b9;hb=14569005ceedc6c2ce34526b8a6ac6778938aa47;hp=c8c0ff3a6fa3763ceea69f66bb795425b019a782;hpb=fa7aa6d9457616ce28f97c83eaa616d0ff276870;p=libucw.git diff --git a/ucw/ff-binary.c b/ucw/ff-binary.c index c8c0ff3a..688d6ae4 100644 --- a/ucw/ff-binary.c +++ b/ucw/ff-binary.c @@ -29,6 +29,6 @@ void bput##name##_##endian##_##slow(struct fastbuf *f, type x) \ #define FF_ALL(type, name, size) GEN(type,name,size,be) GEN(type,name,size,le) FF_ALL(int, w, 16) -FF_ALL(uns, l, 32) +FF_ALL(uint, l, 32) FF_ALL(u64, q, 64) FF_ALL(u64, 5, 40)