> > Attempted to match printf formating of unsigned 32bits to rest of > > file. > > I don't think this is the good direction. "seq" and "length" are 32bits > integers. Why cast them to long, and then print them as unsigned long? > Let's just print them as unsigned int.
That sounds good to me. I'll create another patch. Do you think it's worth cleaning up the existing long cast/print formats that exist elsewhere in the file?