mirror of https://github.com/AxioDL/nod.git
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…
Reference in New Issue