Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/29/2000 20:49:21
Module Name:	basesrc
Committed By:	jdolecek
Date:		Fri Sep 29 17:49:21 UTC 2000

Modified Files:
	basesrc/bin/expr: expr.y

Log Message:
in regexp handling code, fix the format passed to asprintf() to be
actually in intended form - use "%.*s" and not incorrect "%*s"

Bug found by Launey Thomas <ljt@alum.mit.edu> and reported in private e-mail.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 basesrc/bin/expr/expr.y

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