From d66eef42f6d888f3a43a6e3c336f551ac80ce4b2 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 13 Apr 2013 09:25:42 +0200 Subject: [PATCH] Corrected Libisofs_grub2_mbr_patch_offsT from 3 to 4 --- libisofs/system_area.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libisofs/system_area.h b/libisofs/system_area.h index ccd34c9..60a4755 100644 --- a/libisofs/system_area.h +++ b/libisofs/system_area.h @@ -271,6 +271,6 @@ void iso_ascii_utf_16le(uint8_t gap_name[72]); Might later become variables in Ecma119Image */ #define Libisofs_grub2_mbr_patch_poS 0x1b0 -#define Libisofs_grub2_mbr_patch_offsT 3 +#define Libisofs_grub2_mbr_patch_offsT 4 #endif /* SYSTEM_AREA_H_ */