Mercurial > hg > octave-nkf
diff src/ls-mat5.cc @ 6125:a1754033bc6c
[project @ 2006-10-29 17:05:53 by jwe]
author | jwe |
---|---|
date | Sun, 29 Oct 2006 17:05:53 +0000 |
parents | c7105ffca0b6 |
children | 3588fc904484 |
line wrap: on
line diff
--- a/src/ls-mat5.cc +++ b/src/ls-mat5.cc @@ -335,7 +335,7 @@ // place the type code in TYPE and the byte count in BYTES // return nonzero on error static int -read_mat5_tag (std::istream& is, bool swap, int32_t& type, int& bytes) +read_mat5_tag (std::istream& is, bool swap, int32_t& type, int32_t& bytes) { unsigned int upper; int32_t temp;