mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-09 05:28:00 +00:00
Removed exceptions
This commit is contained in:
@@ -52,7 +52,8 @@ int main(int argc, char* argv[])
|
||||
if (!dataPart)
|
||||
return -1;
|
||||
|
||||
dataPart->extractToDirectory(outDir, force);
|
||||
if (!dataPart->extractToDirectory(outDir, force))
|
||||
return -1;
|
||||
}
|
||||
else if (!strcasecmp(argv[1], _S("make")))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user