summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-05-14 08:56:50 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-05-14 08:56:50 +0000
commit32599f5a9d24bf31d4c105be859ccf3f659bf227 (patch)
tree39b039eb99bee573b53564a7ba0060ce1f7d8fb6 /time.c
parentccc13869790d312f614128204c5546d5e9ad0b3f (diff)
moving
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time.c b/time.c
index 2645b3ce0f..d3e588c368 100644
--- a/time.c
+++ b/time.c
@@ -944,7 +944,7 @@ time_load(klass, str)
}
if ((p & (1<<31)) == 0) {
- return time_new_internal(klass, sec, usec);
+ return time_new_internal(klass, p, s);
}
p &= ~(1<<31);
tm.tm_year = (p >> 14) & 0x1ffff;