summaryrefslogtreecommitdiffstats
path: root/test/big.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/big.c')
-rw-r--r--test/big.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/big.c b/test/big.c
index 49eb44e..80fc073 100644
--- a/test/big.c
+++ b/test/big.c
@@ -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();