Set errno to 0 before calling strtol. (#306388, Morten Welinder)

2005-06-09  Matthias Clasen  <mclasen@redhat.com>

	* glib/goption.c (parse_int): Set errno to 0 before calling
	strtol.  (#306388, Morten Welinder)
This commit is contained in:
Matthias Clasen
2005-06-09 15:39:29 +00:00
committed by Matthias Clasen
parent f15bb122ce
commit e90cd618b1
5 changed files with 30 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* glib/goption.c (parse_int): Set errno to 0 before calling
strtol. (#306388, Morten Welinder)
2005-06-09 Tor Lillqvist <tml@novell.com>
* glib/gstdio.h