1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

MF22: correct bogus failure return.

This commit is contained in:
Jordan K. Hubbard 1998-02-13 08:01:01 +00:00
parent 9d767d027e
commit 80e35f1859
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33315
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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