From ac2c1fba0c09b6e99151e61fca903aad6794b8ad Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 17 Oct 2005 20:58:37 +0000 Subject: [PATCH] fixed incorrect function name --- src/storage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage.cpp b/src/storage.cpp index 3206610b6..ae79fabe3 100755 --- a/src/storage.cpp +++ b/src/storage.cpp @@ -144,7 +144,7 @@ namespace return true; } - BOOST_FILESYSTEM_DECL boost::intmax_t file_size( const path & ph ) + BOOST_FILESYSTEM_DECL boost::intmax_t file_size_win( const path & ph ) { std::wstring wpath(safe_convert(ph.string())); // by now, intmax_t is 64-bits on all Windows compilers