CurrentTime -> rb_currenttime();
This commit is contained in:
parent
b42e202d6b
commit
e335494516
53 changed files with 194 additions and 198 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue