Skip to content

Commit

Permalink
Fix Windows complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran authored Dec 22, 2024
1 parent da6743e commit 8719b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ivoc/ivocmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ nrniv [options] [fileargs]
} else if (file_exists(nrn_def_path2)) {
session->style()->load_file(String(nrn_def_path2.string().c_str()), -5);
} else {
fmt::print("Can't load NEURON resources from {}[aults]\n", nrn_def_path1);
fmt::print("Can't load NEURON resources from {}[aults]\n", nrn_def_path1.string());
}
#else
session->style()->load_file(String(nrn_def_path1.string().c_str()), -5);
Expand Down

0 comments on commit 8719b3a

Please sign in to comment.