From: Hans U. N. <gp...@n-...> - 2005-03-10 21:33:18
|
"Jan Patera" <pa...@pi...> writes: > shouldn't "size[1] =3D ebs << 8;" be in fact > "size[1] =3D ebs >> 8;"? Perhaps some (unsigned char) typecasts > would also be nice to avoid compiler warnings. Perhaps better (uint8_t) types and typecasts? Gru=C3=9F, Uli |