From 422db1f2b16656d929f91241d314c35927317dcd Mon Sep 17 00:00:00 2001 From: dcs Date: Sun, 7 Feb 1999 12:12:29 +0000 Subject: Remove strange-looking quotes. This part of the code is #if'ed out, and the variable doesn't even exist (though it is referenced elsewhere). Just make sure it produces error messages when Mike get back to it. PR: kern/9934 Submitted by: Adrian Filipi-Martin --- sys/boot/common/pnp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/common/pnp.c b/sys/boot/common/pnp.c index f0f67c4..21c07a2 100644 --- a/sys/boot/common/pnp.c +++ b/sys/boot/common/pnp.c @@ -104,7 +104,7 @@ pnp_load(int argc, char *argv[]) pnp_readconf("/boot/pnpdata.local"); pnp_readconf("/boot/pnpdata"); } else { - if (pnp_readconf("fname")) { + if (pnp_readconf(fname)) { sprintf(command_errbuf, "can't read PnP information from '%s'", fname); return(CMD_ERROR); } -- cgit v1.1