Re: PATCH: dlls/ole32/storage.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Gerald Pfeifer wrote:
-	int	lastblocknr;
+	int	lastblocknr=-1;
FWIW, some compilers will complain on that line (though only
us K&R vets remember why).
Safer to use whitespace between the = and the -, e.g.

> -	int	lastblocknr;
> +	int	lastblocknr = -1;

- Dan

--
Dan Kegel
http://www.kegel.com
http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=78045



[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux