On 2007-Jul-10 22:53:14 +0200, Ed Schouten <ed_at_fxq.nl> wrote: >* Michiel Boland <michiel_at_boland.org> wrote: >> --- __getosreldate.c.orig 2007-07-10 22:29:02.000000000 +0200 >> +++ __getosreldate.c 2007-07-10 22:28:20.000000000 +0200 >> _at__at_ -42,13 +42,10 _at__at_ >> int >> __getosreldate(void) >> { >> - static int osreldate; >Isn't the problem solved by just initializing osreldate with zero? C standard says static variables are initialised to zero. -- Peter Jeremy
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:14 UTC