Index: trunk/Ohana/src/opihi/dvo/cmpReadFile.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/cmpReadFile.c	(revision 12840)
+++ trunk/Ohana/src/opihi/dvo/cmpReadFile.c	(revision 27435)
@@ -4,7 +4,7 @@
 # define BLOCK 1000
 
-CMPstars *cmpReadFits (FILE *f, int *nstars) {
+CMPstars *cmpReadFits (FILE *f, off_t *nstars) {
 
-  int i, Nstars;
+  off_t i, Nstars;
   Header theader;
   FTable table;
@@ -44,7 +44,8 @@
 }
 
-CMPstars *cmpReadText (FILE *f, int *nstars) {
+CMPstars *cmpReadText (FILE *f, off_t *nstars) {
 
-  int j, N, Nextra, Ninstar, Nskip, Nbytes, nbytes;
+  off_t N;
+  int j, Nextra, Ninstar, Nskip, Nbytes, nbytes;
   int done;
   char *buffer, *c, *c2;
