mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 00:26:16 +03:00
Honor x/i flags also with frozen faketime stamps (closes #360)
This commit is contained in:
@@ -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 '+':
|
||||
|
||||
Reference in New Issue
Block a user