diff --git a/distrib/utils/sysinst/util.c b/distrib/utils/sysinst/util.c index 67e47dcb848e..33db57a9fef1 100644 --- a/distrib/utils/sysinst/util.c +++ b/distrib/utils/sysinst/util.c @@ -1,4 +1,4 @@ -/* $NetBSD: util.c,v 1.22 1997/12/05 14:01:12 jonathan Exp $ */ +/* $NetBSD: util.c,v 1.23 1997/12/25 17:54:41 fvdl Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -194,7 +194,7 @@ int get_via_floppy (void) strcpy (post, ".aa"); snprintf (distname, STRSIZE, "%s%s", list->name, dist_postfix); while (list->getit && strcmp(&post[1],list->fdlast) <= 0) { - snprintf (fname, STRSIZE, list->name, rel, post); + snprintf (fname, STRSIZE, "%s%s", list->name, post); snprintf (fullname, STRSIZE, "/mnt2/%s", fname); first = 1; while (!mounted || stat(fullname, &sb)) {