mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
banish a warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9b9a3dc54e
commit
3d89ecbdfd
1 changed files with 1 additions and 0 deletions
1
time.c
1
time.c
|
@ -1896,6 +1896,7 @@ time_mload(VALUE time, VALUE str)
|
|||
}
|
||||
|
||||
if ((p & (1<<31)) == 0) {
|
||||
gmt = 0;
|
||||
sec = p;
|
||||
usec = s;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue