diff options
author | jkh <jkh@FreeBSD.org> | 1995-05-08 18:41:37 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-05-08 18:41:37 +0000 |
commit | cf830239e3eb1b3fc3cf337851135d92a4f16183 (patch) | |
tree | 2c46ed45dfddc4a1c2e0232b187011be8c4f4c90 /usr.sbin/sade | |
parent | da9e45c7bd5346a2f6ace48d3fc2c258277fdf18 (diff) | |
download | FreeBSD-src-cf830239e3eb1b3fc3cf337851135d92a4f16183.zip FreeBSD-src-cf830239e3eb1b3fc3cf337851135d92a4f16183.tar.gz |
Whoops! Uncomment Write_Disk() again.
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r-- | usr.sbin/sade/disks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/disks.c b/usr.sbin/sade/disks.c index 6ed5938..77337ba 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.11 1995/05/08 01:27:07 jkh Exp $ + * $Id: disks.c,v 1.12 1995/05/08 10:20:49 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -602,7 +602,7 @@ write_disks(void) } dialog_clear(); if (!msgYesNo("Last Chance! Are you sure you want to write out\nall these changes to disk?")) { - /* Write_Disk(Disks[i]); */ + Write_Disk(Disks[i]); return 0; } } |