diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2007-04-05 20:34:51 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2007-04-05 20:34:51 (GMT) |
commit | 400f6742846ef5e5a6b045d8d1504c3e9f4c449b (patch) | |
tree | d6e172c6d227fa8eefe91029e25da931b9071f92 /test | |
parent | 31ca50ac3aa47cd19a84a38631f6ec81db3caf5d (diff) | |
download | hdf5-400f6742846ef5e5a6b045d8d1504c3e9f4c449b.zip hdf5-400f6742846ef5e5a6b045d8d1504c3e9f4c449b.tar.gz hdf5-400f6742846ef5e5a6b045d8d1504c3e9f4c449b.tar.bz2 |
[svn-r13596] Update document and comments. No test needed.
Diffstat (limited to 'test')
-rw-r--r-- | test/big.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -556,7 +556,9 @@ main (int ac, char **av) puts("Test passed with the Family Driver."); #ifdef H5_HAVE_FSEEKO - /* Test big file with the STDIO driver */ + /* Test big file with the STDIO driver only if fseeko is supported, + * because the OFFSET parameter of fseek has the type LONG, not big + * enough to support big files. */ puts("\nTesting big file with the STDIO Driver "); fapl = h5_fileaccess(); |