diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1998-11-17 18:19:51 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1998-11-17 18:19:51 (GMT) |
commit | 860d23bef28cc21e15224a51a619bbb49ede941b (patch) | |
tree | 1aa9456158e636dd655d7578f91cca92f60ce8e6 /test/iopipe.c | |
parent | e4d2a0ae94241751c04827edf82ee223715bd24d (diff) | |
download | hdf5-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/iopipe.c')
-rw-r--r-- | test/iopipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/iopipe.c b/test/iopipe.c index 49231f3..8ede803 100644 --- a/test/iopipe.c +++ b/test/iopipe.c @@ -186,7 +186,7 @@ main (void) /* * 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 */ printf ("I/O request size is %1.1fMB\n", |