mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@61 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d1a8766f80
commit
3293a425af
4 changed files with 8 additions and 5 deletions
2
time.c
2
time.c
|
@ -201,7 +201,7 @@ time_arg(argc, argv, args)
|
|||
}
|
||||
|
||||
/* value validation */
|
||||
if ( args[0] < 70|| args[1] > 137
|
||||
if ( args[0] < 70|| args[0] > 137
|
||||
|| args[1] < 0 || args[1] > 11
|
||||
|| args[2] < 1 || args[2] > 31
|
||||
|| args[3] < 0 || args[3] > 23
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue