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

commit a31e82b83edb5e88df6a6ea76ec4573c8e2428ee
Author: James Buren <[email protected]>
Date:   Tue Aug 14 17:10:47 2012 -0500

fix GPT label attribute writing

diff --git a/utility.c b/utility.c
index 989de12..bec2e68 100644
--- a/utility.c
+++ b/utility.c
@@ -521,7 +521,7 @@ extern bool write_device_data(const struct device *device)

snprintf_append(cmd,sizeof(cmd)," --typecode=%llu:'%s'",part->num,part->type_s);

-      snprintf_append(cmd,sizeof(cmd)," 
--attributes=%llu:set:0x%llx",part->num,part->flags);
+      snprintf_append(cmd,sizeof(cmd)," 
--attributes=%llu:=:0x%llx",part->num,part->flags);

part = part->next;
}
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to