mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r662] Fixed a typo in a string
This commit is contained in:
parent
ea951145b8
commit
7081f2d6e6
@ -143,7 +143,7 @@ main(void)
|
||||
if (0==sb1.mtime) {
|
||||
puts("--SKIP--");
|
||||
puts(" The modification time could not be decoded on this OS.");
|
||||
puts(" Modification times will be mantained in the file bug cannot");
|
||||
puts(" Modification times will be mantained in the file but cannot");
|
||||
puts(" be queried on this system. See H5O_mtime_decode().");
|
||||
return 0;
|
||||
} else if (fabs(HDdifftime(now, sb1.mtime))>60.0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user