Skip to content

Commit

Permalink
Fix call of run_command()
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Mar 29, 2016
1 parent c52da10 commit 60a3100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/augtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ static int main_loop(int argc, char **argv) {
cur_line = NULL;
}
} else {
code = run_command(line);
code = run_command(line, timing);
if (code == -2) {
free(line);
return ret;
Expand Down

0 comments on commit 60a3100

Please sign in to comment.