aboutsummaryrefslogtreecommitdiffstats
path: root/src/header.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/header.c')
-rw-r--r--src/header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/header.c b/src/header.c
index 81caf29..22c255c 100644
--- a/src/header.c
+++ b/src/header.c
@@ -13,7 +13,7 @@ header_calc_crc (GPT_header * h)
}
GPT_header
-header_new (GUID disk_guid, int lbas, int alt)
+header_new (GUID disk_guid, uint64_t lbas, int alt)
{
GPT_header ret = { 0 };