From d3a9bd86865e3c7ed849dc900473a6881ea729d0 Mon Sep 17 00:00:00 2001 From: jkh Date: Wed, 19 Mar 1997 10:09:28 +0000 Subject: Some of my pending merge changes, Paul Traina's more flexible config file loading code. Submitted by: pst --- release/sysinstall/attr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release/sysinstall/attr.c') diff --git a/release/sysinstall/attr.c b/release/sysinstall/attr.c index e876b4b..ca366bb 100644 --- a/release/sysinstall/attr.c +++ b/release/sysinstall/attr.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id$ + * $Id: attr.c,v 1.15 1997/02/22 14:11:10 peter Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -85,7 +85,7 @@ attr_parse(Attribs *attr, FILE *fp) state = NAME; } else { - msgDebug("Parse config: Invalid character '%c' at line %d", ch, lno); + msgDebug("Parse config: Invalid character '%c' at line %d\n", ch, lno); state = COMMENT; /* Ignore the rest of the line */ } break; -- cgit v1.1