From 21109ffcf16ffb1001a043c5a261f445af0bbe8f Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 2 Jun 2012 19:37:23 +0200 Subject: [PATCH] Disabled GTP test mock-up. --- libisofs/system_area.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libisofs/system_area.c b/libisofs/system_area.c index 23bb118..d221c3b 100644 --- a/libisofs/system_area.c +++ b/libisofs/system_area.c @@ -1087,8 +1087,8 @@ static int iso_write_gpt(Ecma119Image *t, uint32_t img_blocks, static uint8_t zero_uuid[16] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; static uint64_t gpt_flags = (((uint64_t) 1) << 60) | 1; -#ifndef NIX - /* >>> Disable */ +#ifdef NIX + /* Disabled */ /* <<< ts B20526 : Dummy mock-up */ if (t->gpt_req_count <= 0) {