Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MacroModel committed Nov 13, 2024
1 parent 7349fe6 commit eefd80e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/fast_io_hosted/platforms/nt.h
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,7 @@ inline void nt_create_pipe(void **hReadPipe, void **hWritePipe)
constexpr auto str1_size{sizeof(str1) / sizeof(char16_t) - 1};
curr_buffer= ::fast_io::freestanding::non_overlapped_copy_n(str1, str1_size, curr_buffer);
curr_buffer = ::fast_io::pr_rsv_to_iterator_unchecked(curr_buffer, ::fast_io::mnp::hexupper<false, true>(uniprocess));
curr_buffer = ::fast_io::pr_rsv_to_iterator_unchecked(curr_buffer, u".");
*curr_buffer++ = u'.';
constexpr ::std::uint_least32_t uuid_buffer_sz{16};
::std::byte uuid_buffer[uuid_buffer_sz];
if (!::fast_io::win32::SystemFunction036(uuid_buffer, uuid_buffer_sz)) [[unlikely]]
Expand Down
4 changes: 2 additions & 2 deletions include/fast_io_hosted/timeutil/time.h
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ inline unix_timestamp win32_posix_clock_gettime_boottime_xp_impl()
}

} // namespace win32::details
#endif

namespace win32::nt::details
{
Expand Down Expand Up @@ -382,7 +381,8 @@ inline unix_timestamp nt_posix_clock_gettime_boottime_impl() noexcept
static_cast<::std::uint_least64_t>(md * static_cast<::std::uint_least64_t>(val))};
}

}
} // namespace win32::nt::details
#endif

#ifdef __MSDOS__
namespace details
Expand Down

0 comments on commit eefd80e

Please sign in to comment.