diff --git a/src/touch.c b/src/touch.c index 6a512b9..23cfb7c 100644 --- a/src/touch.c +++ b/src/touch.c @@ -95,9 +95,11 @@ static int _prefs_ttime(char * string, time_t * time) case 15: case 12: ret += _ttime_century(p, &t); + /* fallthrough */ case 13: case 10: ret += _ttime_year(p, &t); + /* fallthrough */ case 11: case 8: ret += _ttime_month(p, &t);