mirror of
https://github.com/vivier/EMILE.git
synced 2025-08-15 07:27:41 +00:00
first partition is 0, not 1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user