diff options
Diffstat (limited to 'boca-1.5.2/src/frun.php')
| -rw-r--r-- | boca-1.5.2/src/frun.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/boca-1.5.2/src/frun.php b/boca-1.5.2/src/frun.php index 97abd1d..14395e3 100644 --- a/boca-1.5.2/src/frun.php +++ b/boca-1.5.2/src/frun.php @@ -1015,8 +1015,7 @@ function exitmsg($retval) { $retval = 3; // runtime error } else if($retval==9) { - $answer="Runtime error"; - $retval = 3; // runtime error + $answer="Runtime error (or possible java class name mismatch)"; } else { $answer="Unknown autojudge status"; $retval = 7; |