From 80e35f1859cec93cb05069672c5bacd4257ab199 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 13 Feb 1998 08:01:01 +0000 Subject: [PATCH] MF22: correct bogus failure return. --- release/sysinstall/disks.c | 4 ++-- usr.sbin/sade/disks.c | 4 ++-- usr.sbin/sysinstall/disks.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/release/sysinstall/disks.c b/release/sysinstall/disks.c index 7ea1727296c2..78a5ddc894ec 100644 --- a/release/sysinstall/disks.c +++ b/release/sysinstall/disks.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: disks.c,v 1.93 1997/10/18 21:22:25 jkh Exp $ + * $Id: disks.c,v 1.94 1998/02/01 05:58:42 steve Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -586,7 +586,7 @@ diskPartitionEditor(dialogMenuItem *self) return i | DITEM_RESTORE; } } - return DITEM_FAILURE; + return DITEM_SUCCESS; } int diff --git a/usr.sbin/sade/disks.c b/usr.sbin/sade/disks.c index 7ea1727296c2..78a5ddc894ec 100644 --- a/usr.sbin/sade/disks.c +++ b/usr.sbin/sade/disks.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: disks.c,v 1.93 1997/10/18 21:22:25 jkh Exp $ + * $Id: disks.c,v 1.94 1998/02/01 05:58:42 steve Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -586,7 +586,7 @@ diskPartitionEditor(dialogMenuItem *self) return i | DITEM_RESTORE; } } - return DITEM_FAILURE; + return DITEM_SUCCESS; } int diff --git a/usr.sbin/sysinstall/disks.c b/usr.sbin/sysinstall/disks.c index 7ea1727296c2..78a5ddc894ec 100644 --- a/usr.sbin/sysinstall/disks.c +++ b/usr.sbin/sysinstall/disks.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: disks.c,v 1.93 1997/10/18 21:22:25 jkh Exp $ + * $Id: disks.c,v 1.94 1998/02/01 05:58:42 steve Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -586,7 +586,7 @@ diskPartitionEditor(dialogMenuItem *self) return i | DITEM_RESTORE; } } - return DITEM_FAILURE; + return DITEM_SUCCESS; } int