Date: Thu, 6 Jan 2011 02:21:15 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r217037 - user/nwhitehorn/bsdinstall/partedit Message-ID: <201101060221.p062LFSp098415@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nwhitehorn Date: Thu Jan 6 02:21:14 2011 New Revision: 217037 URL: http://svn.freebsd.org/changeset/base/217037 Log: Actually return the error code if we had an error. Modified: user/nwhitehorn/bsdinstall/partedit/partedit.c Modified: user/nwhitehorn/bsdinstall/partedit/partedit.c ============================================================================== --- user/nwhitehorn/bsdinstall/partedit/partedit.c Wed Jan 5 23:45:07 2011 (r217036) +++ user/nwhitehorn/bsdinstall/partedit/partedit.c Thu Jan 6 02:21:14 2011 (r217037) @@ -113,7 +113,7 @@ main(void) { free(items); end_dialog(); - return (0); + return (error); } struct partition_metadata *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101060221.p062LFSp098415>