Skip to content

Commit

Permalink
ofstream
Browse files Browse the repository at this point in the history
  • Loading branch information
coranos committed May 28, 2023
1 parent 1ee1c56 commit b16f9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/node/cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@ std::error_code nano::handle_node_options (boost::program_options::variables_map
{
try
{
boost::filesystem::ofstream stream{ timestamps_path };
ofstream stream{ timestamps_path };
std::cout << "Writing to file..." << std::endl;
for (auto & pair : pairs)
{
Expand Down

0 comments on commit b16f9b1

Please sign in to comment.