From 5c8172311920cfd655552e7c51a394e8f2ec4533 Mon Sep 17 00:00:00 2001 From: MacroModel <33865334+MacroModel@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:51:38 +0800 Subject: [PATCH] fix --- include/fast_io_hosted/filesystem/nt_at.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fast_io_hosted/filesystem/nt_at.h b/include/fast_io_hosted/filesystem/nt_at.h index 4b43f947..632f2d91 100644 --- a/include/fast_io_hosted/filesystem/nt_at.h +++ b/include/fast_io_hosted/filesystem/nt_at.h @@ -284,7 +284,7 @@ inline void nt_symlinkat_impl(char16_t const *oldpath_c_str, ::std::size_t oldpa __builtin_addressof(isb), 589988, pReparseData, - cbReparseData, + static_cast<::std::uint_least32_t>(cbReparseData), nullptr, 0);