19 Apr
2007
19 Apr
'07
6:55 a.m.
On 19/04/07, Kai Blin <kai.blin(a)gmail.com> wrote:
On Wednesday 18 April 2007 20:39, Hans Leidekker wrote:
+static int resolver_initialised;
Shouldn't that be
static int resolver_initilised = 0;
here? I thought that in C, ints aren't initialized to 0 automatically.
Afaik static variables are.