ObjFW  Diff

Differences From Artifact [fa697c55af]:

To Artifact [d7cb394675]:


426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
	objc_autoreleasePoolPop(pool);

	return [element autorelease];
}

- (uint32_t)microsecond
{
	return (uint32_t)rint((_seconds - floor(_seconds)) * 1000000);
}

- (uint8_t)second
{
	GMTIME_RET(tm_sec)
}








|







426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
	objc_autoreleasePoolPop(pool);

	return [element autorelease];
}

- (uint32_t)microsecond
{
	return (uint32_t)((_seconds - floor(_seconds)) * 1000000);
}

- (uint8_t)second
{
	GMTIME_RET(tm_sec)
}