Microline/XmL/Progress.c uses time() without including <time.h> This makes the compiler implicitly declare time() as returning and int, but it really returns a time_t. Depending on calling convention this may make the return valued garbed. It is undefined behaviour in C99.
Patch attached. Please apply.
-- NEdit Develop mailing list - [email protected] http://www.nedit.org/mailman/listinfo/develop
