From c9853d6de4389a5fea43abf8dfd47e56ea9644e9 Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 15 Oct 1998 10:03:48 +0000 Subject: Search for correct property name; the older attrs code bogusly folded case, so I never noticed this bug. :) --- usr.sbin/sysinstall/dist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index ad2ae0c..5c1ead2 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: dist.c,v 1.127 1998/09/29 07:27:33 jkh Exp $ + * $Id: dist.c,v 1.128 1998/10/14 11:23:48 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -572,7 +572,7 @@ distExtract(char *parent, Distribution *me) dist, !intr ? "I/O error" : "User interrupt"); } else { - tmp = property_find(dist_attr, "pieces"); + tmp = property_find(dist_attr, "Pieces"); if (tmp) numchunks = strtol(tmp, 0, 0); } -- cgit v1.1