diff options
Diffstat (limited to 'src/godmode.c')
-rw-r--r-- | src/godmode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/godmode.c b/src/godmode.c index 834261d3..28ae96c2 100644 --- a/src/godmode.c +++ b/src/godmode.c @@ -471,7 +471,6 @@ static list_part_t *search_part(disk_t *disk_car, const list_part_t *list_part_o /* Scan the disk */ while(ind_stop==0 && search_location < search_location_max) { - unsigned int sector_inc=0; static CHS_t start; offset2CHS_inline(disk_car,search_location,&start); #ifdef HAVE_NCURSES @@ -489,6 +488,7 @@ static list_part_t *search_part(disk_t *disk_car, const list_part_t *list_part_o } #endif { + unsigned int sector_inc=0; int test_nbr=0; int search_now=0; int search_now_raid=0; |