mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-06 17:20:42 +08:00
[svn-r13594] Change a comment line. No test needed.
This commit is contained in:
parent
df31d147e0
commit
6f7ab83c3c
@ -579,7 +579,7 @@ H5FD_stdio_alloc(H5FD_t *_file, H5FD_mem_t /*UNUSED*/ type, hid_t /*UNUSED*/ dxp
|
||||
#ifndef H5_HAVE_FSEEKO
|
||||
/* If fseeko isn't available, big files (>2GB) won't be supported. */
|
||||
if(addr+size>BIG_FILE)
|
||||
H5Epush_ret (func, H5E_ERR_CLS, H5E_IO, H5E_SEEKERROR, "can't write file bigger than 2GB because fseek isn't available", -1)
|
||||
H5Epush_ret (func, H5E_ERR_CLS, H5E_IO, H5E_SEEKERROR, "can't write file bigger than 2GB because fseeko isn't available", -1)
|
||||
#endif
|
||||
|
||||
file->eoa = addr+size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user