Skip to content

Commit

Permalink
Honor x/i flags also with frozen faketime stamps (closes wolfcw#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcw committed Feb 20, 2022
1 parent 9dcaf53 commit 985d666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libfaketime.c
Original file line number Diff line number Diff line change
Expand Up @@ -2397,6 +2397,7 @@ static void parse_ft_string(const char *user_faked_time)
"Please check specification %s with format %s\n", user_faked_time, user_faked_time_fmt);
exit(EXIT_FAILURE);
}
goto parse_modifiers;
break;

case '+':
Expand Down

0 comments on commit 985d666

Please sign in to comment.