← Back to team overview

kicad-developers team mailing list archive

void SCH_COMPONENT::SetTimeStamp(long) overloaded member function not found

 

The function is defined as void SCH_COMPONENT::SetTimeStamp(time_t). Relying
on the size of time_t to be equal to the size of a long is not portable and
generates an error on my compiler.

Can this be changed? 

Thanks