From 3e609ebeae297011c8f70719ba2f68f2a9798d54 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 14 Dec 2016 01:10:09 +0000 Subject: code maintenance: provide smooth foreign toolchain support. --- src/fs/ntapi_tt_statfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fs') diff --git a/src/fs/ntapi_tt_statfs.c b/src/fs/ntapi_tt_statfs.c index 44450df..b386c8b 100644 --- a/src/fs/ntapi_tt_statfs.c +++ b/src/fs/ntapi_tt_statfs.c @@ -102,7 +102,7 @@ int32_t __stdcall __ntapi_tt_statfs( default: /* pretend there is no limitation */ - statfs->f_files = (-1); + statfs->f_files = (uint64_t)(-1); break; } -- cgit v1.2.3