Subject: CVS commit: src/lib/libc/stdio
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 03/07/2007 15:12:01
Module Name: src
Committed By: drochner
Date: Wed Mar 7 15:12:01 UTC 2007
Modified Files:
src/lib/libc/stdio: fparseln.c
Log Message:
-fix a condition so that fparseln() doesn't report spurious empty lines
eg after 2 comment lines, or on EOF after a single comment line
-no escape character means no escaped characters
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/lib/libc/stdio/fparseln.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.