(xdr_hyper): Correctly handle lower half of llp.

This commit is contained in:
Ulrich Drepper 2000-03-03 20:56:02 +00:00
parent ced5d3d132
commit 6a2ca99838

View File

@ -200,7 +200,7 @@ bool_t
xdr_hyper (XDR *xdrs, quad_t *llp)
{
long t1;
long t2;
unsigned long int t2;
if (xdrs->x_op == XDR_ENCODE)
{