mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-19 17:01:46 +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 ();
|
||||
WriteData (0);
|
||||
}
|
||||
} else {
|
||||
err = 1;
|
||||
}
|
||||
}
|
||||
return err;
|
||||
|
|
Loading…
Reference in a new issue