mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-22 15:31:00 +00:00
Fix another typo in the FileTimeType docs
llvm-svn: 337900
This commit is contained in:
parent
cf699ad9ab
commit
b54393e638
@ -224,7 +224,7 @@ code in some way:
|
||||
|
||||
// Implicit truncation during conversion bug.
|
||||
intmax_t get_time_in_seconds(path p) {
|
||||
using fs_seconds = duration<file_time_type::rep, /* default ration */>;
|
||||
using fs_seconds = duration<file_time_type::rep, ratio<1, 1> >;
|
||||
auto tp = last_write_time(p);
|
||||
|
||||
// This works with truncation for __int128_t, but what does it do for
|
||||
|
Loading…
Reference in New Issue
Block a user