mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-10 14:30:09 +00:00
first partition is 0, not 1
This commit is contained in:
parent
42e8bdda0e
commit
14f8b6c5ed
@ -49,7 +49,7 @@ emile_map_t* emile_map_open(char *dev, int flags)
|
||||
free(map);
|
||||
return NULL;
|
||||
}
|
||||
map->current = 1;
|
||||
map->current = 0;
|
||||
|
||||
return map;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user