Skip to content

Commit

Permalink
#1996 Check if cur_job is null
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Jan 7, 2022
1 parent 6ae622d commit 663fbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met/src/tools/tc_utils/tc_stat/tc_stat.cc
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ void process_jobs() {
ConcatString jobstring;
int i, n_jobs;
TCLineCounts n;
const char *method_name = "process_jobs() -> ":
const char *method_name = "process_jobs() -> ";

// Open the output file
open_out_file();
Expand Down

0 comments on commit 663fbfd

Please sign in to comment.