Changeset 8787 for trunk/psModules/src/objects/pmSourceIO_CMP.c
- Timestamp:
- Sep 11, 2006, 12:20:16 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceIO_CMP.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
