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:
akr 2005-09-24 23:45:46 +00:00
parent 9b9a3dc54e
commit 3d89ecbdfd
1 changed files with 1 additions and 0 deletions

1
time.c
View File

@ -1896,6 +1896,7 @@ time_mload(VALUE time, VALUE str)
}
if ((p & (1<<31)) == 0) {
gmt = 0;
sec = p;
usec = s;
}