[comp.sys.isis] A one-liner

ken@gvax.cs.cornell.edu (Ken Birman) (09/30/89)

If you picked up ISISV1.3 yesterday, please make the following
one line change:

in mlib/msg_types.c, find the routine "msg_convertheader()"

Insert the following line:
	msg_convertlong (&hdr->n_fields);
right before the for loop 

The effect of this was to prevent machines from talking to
each other if the byte order differed.  We actually had made
this change, but for some reason it wasn't check-out (under RCS)
in the place we make distribution tapes.  

I have already patched ISISV13.TAR to reflect this.

Ken Birman