Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Aug 11, 2024
1 parent 4ab046f commit 9159965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion far/datetime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ string duration_to_string_hr(os::chrono::duration Duration)

const auto Parts = split_duration<days, hours, minutes, seconds, hectonanoseconds>(Duration);

const std::array Values
const int Values[]
{
Parts.get<days>() / 1_d,
Parts.get<hours>() / 1h,
Expand Down

0 comments on commit 9159965

Please sign in to comment.