summaryrefslogtreecommitdiffstats
path: root/test/chunk.c
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1998-11-17 18:19:51 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1998-11-17 18:19:51 (GMT)
commit860d23bef28cc21e15224a51a619bbb49ede941b (patch)
tree1aa9456158e636dd655d7578f91cca92f60ce8e6 /test/chunk.c
parente4d2a0ae94241751c04827edf82ee223715bd24d (diff)
downloadhdf5-860d23bef28cc21e15224a51a619bbb49ede941b.zip
hdf5-860d23bef28cc21e15224a51a619bbb49ede941b.tar.gz
hdf5-860d23bef28cc21e15224a51a619bbb49ede941b.tar.bz2
[svn-r921] changed the comment for the extra cast to say the correct verison of the compiler 0.0->5.0
Diffstat (limited to 'test/chunk.c')
-rw-r--r--test/chunk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/chunk.c b/test/chunk.c
index 767dc48..8109c09 100644
--- a/test/chunk.c
+++ b/test/chunk.c
@@ -287,7 +287,7 @@ test_diag (int op, hsize_t cache_size, hsize_t io_size, hsize_t offset)
/*
* The extra cast in the following statement is a bug workaround for the
- * Win32 version 0.0 compiler.
+ * Win32 version 5.0 compiler.
* 1998-11-06 ptl
*/
return (double)((hssize_t)(nio/nio_g));