pauseSim should be returning int on error
This commit is contained in:
@@ -268,7 +268,7 @@ int pauseSim(XPCSocket sock, char pause)
|
|||||||
if (pause < 0 || pause > 2)
|
if (pause < 0 || pause > 2)
|
||||||
{
|
{
|
||||||
printError("pauseSim", "Invalid argument: %i", pause);
|
printError("pauseSim", "Invalid argument: %i", pause);
|
||||||
return;
|
return -2;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Setup command
|
// Setup command
|
||||||
|
|||||||
Reference in New Issue
Block a user