svn commit: r217037 - user/nwhitehorn/bsdinstall/partedit

Nathan Whitehorn nwhitehorn at FreeBSD.org
Thu Jan 6 02:21:15 UTC 2011


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 *


More information about the svn-src-user mailing list