bug-textutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

textutils -> od 2.0.14 bug - solved


From: Tony Kocurko
Subject: textutils -> od 2.0.14 bug - solved
Date: Wed, 8 May 2002 10:15:06 -0230

Hi,

  I believe that lines 137 and 138 of od.c ought to be changed 
from this:

  sizeof (long int),
  sizeof (float),

to this:

  sizeof (long int),
  sizeof (long long),
  sizeof (float),

  Without that change on our RedHat Linux 7.2 Intel systems, the
"od -t f8" command complains about an incorrect size and 
substitutes a size of 12 for a double, rather than using the 8 
that it should.

Cheers,
Tony Kocurko

Seismological Systems Manager   (Phone: 709-737-8898 or -8142)
Department of Earth Sciences
Memorial University of Newfoundland
St. John's, Newfoundland, Canada A1B 3X5



reply via email to

[Prev in Thread] Current Thread [Next in Thread]