summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2010-08-09 15:45:41 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2010-08-09 15:45:41 (GMT)
commitb439d940fdcc039aeb0785e0fd0ec9ba789d443a (patch)
tree981573fc13ed18c60128a7a3c6e4a9df29d404b1 /src
parentd5817f6ac2e5fae958e48d73a3f12102a04c6356 (diff)
downloadhdf5-b439d940fdcc039aeb0785e0fd0ec9ba789d443a.zip
hdf5-b439d940fdcc039aeb0785e0fd0ec9ba789d443a.tar.gz
hdf5-b439d940fdcc039aeb0785e0fd0ec9ba789d443a.tar.bz2
[svn-r19194] Bug fix: ID 1917
Fixed a typo in the Windows definitions. Had __ftelli64, should be _ftelli64. Tested by Allen in Windows platform.
Diffstat (limited to 'src')
-rw-r--r--src/H5FDstdio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDstdio.c b/src/H5FDstdio.c
index db9cde2..20fa31f 100644
--- a/src/H5FDstdio.c
+++ b/src/H5FDstdio.c
@@ -119,7 +119,7 @@ typedef struct H5FD_stdio_t {
# define file_fseek _fseeki64
# define file_offset_t __int64
# define file_ftruncate _chsize_s /* Supported in VS 2005 or newer */
- # define file_ftell __ftelli64
+ # define file_ftell _ftelli64
#else
# define file_fseek fseek
# define file_offset_t long