fixed incorrect function name
This commit is contained in:
parent
51052fa2b1
commit
ac2c1fba0c
|
@ -144,7 +144,7 @@ namespace
|
||||||
return true;
|
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()));
|
std::wstring wpath(safe_convert(ph.string()));
|
||||||
// by now, intmax_t is 64-bits on all Windows compilers
|
// by now, intmax_t is 64-bits on all Windows compilers
|
||||||
|
|
Loading…
Reference in New Issue