Am Dienstag, 1. Januar 2008 08:39 schrieb Andy Lester: > Just reporting what GCC tells me, and I don't see that it's wrong. It > says that time_struct below is not initialized before use, and I sure > don't see that it isn't.
Fixed in 24405. > struct timespec *time_struct; This is a pointer to an unallocated structure, which was filled thereafter. leo