[ros-kernel] cdmake.c:923

Eric Kohl ekohl at rz-online.de
Tue Nov 18 18:43:54 CET 2003


"Vadim A. Yagodkin" <gl at smtp.ru> wrote:
> This is function call:
> convert_date_and_time(&d->date_and_time, &stbuf.st_size);
> 
> This is function declaration:
> static void convert_date_and_time(PDATE_AND_TIME dt, time_t *time)
> 
> Why the second parameter in call is not time?

I guess this is much better:
  convert_date_and_time(&d->date_and_time, &stbuf.st_ctime);

Fixed it in the CVS tree.


Eric




More information about the Ros-kernel mailing list