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
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 * This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite. * 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 * Copyright (c) 1995
* Jordan Hubbard. All rights reserved. * Jordan Hubbard. All rights reserved.
@ -586,7 +586,7 @@ diskPartitionEditor(dialogMenuItem *self)
return i | DITEM_RESTORE; return i | DITEM_RESTORE;
} }
} }
return DITEM_FAILURE; return DITEM_SUCCESS;
} }
int int

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next * This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite. * 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 * Copyright (c) 1995
* Jordan Hubbard. All rights reserved. * Jordan Hubbard. All rights reserved.
@ -586,7 +586,7 @@ diskPartitionEditor(dialogMenuItem *self)
return i | DITEM_RESTORE; return i | DITEM_RESTORE;
} }
} }
return DITEM_FAILURE; return DITEM_SUCCESS;
} }
int int

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next * This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite. * 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 * Copyright (c) 1995
* Jordan Hubbard. All rights reserved. * Jordan Hubbard. All rights reserved.
@ -586,7 +586,7 @@ diskPartitionEditor(dialogMenuItem *self)
return i | DITEM_RESTORE; return i | DITEM_RESTORE;
} }
} }
return DITEM_FAILURE; return DITEM_SUCCESS;
} }
int int