summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn van Groningen2009-09-09 11:52:12 +0000
committerJohn van Groningen2009-09-09 11:52:12 +0000
commit0210b6c16acf22f6913d35ed6441e3be919e578b (patch)
treeab49bb37bbec32858b7793e3089bb841ecd6cc2b
parentmake ln and log10 faster (diff)
bug fix: file_read_int yields all 64 bits of result on 64 bit linux
-rw-r--r--ufileIO2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufileIO2.c b/ufileIO2.c
index bd4b351..e06d403 100644
--- a/ufileIO2.c
+++ b/ufileIO2.c
@@ -519,7 +519,7 @@ int file_read_char (long fn)
}
}
-int file_read_int (long fn,int *i_p)
+int file_read_int (long fn,long *i_p)
{
if (fn<FIRST_REAL_FILE){
switch (fn){