Subject: CVS commit: pkgsrc/graphics/imlib
To: None <pkgsrc-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: pkgsrc-changes
Date: 03/13/2004 17:35:54
Module Name:	pkgsrc
Committed By:	cube
Date:		Sat Mar 13 17:35:54 UTC 2004

Modified Files:
	pkgsrc/graphics/imlib: distinfo
Added Files:
	pkgsrc/graphics/imlib/patches: patch-ai

Log Message:
io-ppm uses '%i' with sscanf in order to parse what should always be a
decimal number, according to the specification.  As a result, it fails to
correctly parse file created with numbers printed with leading 0.

Reported and fix provided in PR 24759 by Enami Tsugutomo.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/graphics/imlib/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/graphics/imlib/patches/patch-ai

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.