mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
more error checking fixes
This commit is contained in:
parent
a12fa85506
commit
932ac624bd
1 changed files with 2 additions and 0 deletions
|
@ -569,6 +569,8 @@ separate_compile (void)
|
||||||
finish_compilation ();
|
finish_compilation ();
|
||||||
WriteData (0);
|
WriteData (0);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
err = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return err;
|
return err;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue