Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwsetup-ng.git;a=commitdiff;h=39df3718cf12271ba65f7ac8497199309fa32d30

commit 39df3718cf12271ba65f7ac8497199309fa32d30
Author: James Buren <[email protected]>
Date:   Tue Sep 11 04:33:39 2012 -0500

set default libparted units to sectors

diff --git a/src/main.c b/src/main.c
index 3f42b19..8bbee41 100644
--- a/src/main.c
+++ b/src/main.c
@@ -26,6 +26,8 @@ extern int main(int argc,char **argv)

ped_exception_set_handler(libparted_exception_callback);

+  ped_unit_set_default(PED_UNIT_SECTOR);
+
code = ui_main(argc,argv);

fclose(logfile);
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to