Changeset 8787
- Timestamp:
- Sep 11, 2006, 12:20:16 PM (20 years ago)
- Location:
- trunk/psModules
- Files:
-
- 2 edited
-
configure.ac (modified) (1 diff)
-
src/objects/pmSourceIO_CMP.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/configure.ac
r8569 r8787 20 20 AC_PROG_INSTALL 21 21 AM_PROG_LIBTOOL 22 23 dnl enable largefile supports 24 AC_SYS_LARGEFILE 25 AC_FUNC_FSEEKO 22 26 23 27 AC_PREFIX_DEFAULT([`pwd`]) -
trunk/psModules/src/objects/pmSourceIO_CMP.c
r7604 r8787 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-0 6-21 03:21:16 $5 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-09-11 22:20:16 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 96 96 return false; 97 97 } 98 fseek (f, 0, SEEK_END);98 fseeko (f, 0, SEEK_END); 99 99 100 100 psLine *line = psLineAlloc (67); // 66 is imclean-defined line length … … 177 177 return NULL; 178 178 } 179 fseek (f, nBytes, SEEK_SET);179 fseeko (f, nBytes, SEEK_SET); 180 180 181 181 // prepare array to store data
Note:
See TracChangeset
for help on using the changeset viewer.
