Skip to content

Commit

Permalink
fix warning due to format type
Browse files Browse the repository at this point in the history
  • Loading branch information
mahf708 authored Jul 13, 2024
1 parent 395838d commit fba5bd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ ::print_global_state_hash (const std::string& label, const bool in, const bool o
if (m_comm.am_i_root())
for (int i = 0; i < nslot; ++i)
if (show[i])
fprintf(stderr, "exxhash> %4d-%9.5f %1d %16llx (%s)\n",
fprintf(stderr, "exxhash> %4d-%9.5f %1d %16lx (%s)\n",
timestamp().get_year(), timestamp().frac_of_year_in_days(),
i, gaccum[i], label.c_str());
}
Expand Down

0 comments on commit fba5bd7

Please sign in to comment.