mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-23 01:29:34 +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…
Reference in New Issue
Block a user