CurrentTime -> rb_currenttime();

This commit is contained in:
Valery Yatsko 2008-04-02 03:53:20 +04:00
parent b42e202d6b
commit e335494516
53 changed files with 194 additions and 198 deletions

View file

@ -93,7 +93,7 @@ date(void)
time_t lclock;
int minswest;
lclock = CurrentTime;
lclock = rb_current_time();
gm = gmtime(&lclock);
memcpy((void *) &gmbuf, (void *) gm, sizeof(gmbuf));
gm = &gmbuf;