mirror of
https://github.com/AxioDL/nod.git
synced 2025-07-16 01:55:52 +00:00
Driver fix
This commit is contained in:
parent
a557f86974
commit
bf00fcd10f
@ -80,7 +80,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
nod::Mkdir(outDir, 0755);
|
||||
|
||||
nod::Partition* dataPart = disc->getDataPartition();
|
||||
nod::IPartition* dataPart = disc->getDataPartition();
|
||||
if (!dataPart)
|
||||
return 1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user