Fixed bugs, minor changes
[progcomp2012.git] / progcomp / judge / manager / main.cpp
index 1db8d42..0fbd6ae 100644 (file)
@@ -253,7 +253,7 @@ void PrintResults(const MovementResult & result, string & buffer)
                                s << "DRAW_DEFAULT ";
                                break;
                        case MovementResult::BAD_SETUP:
-                               s << "BOTH_ILLEGAL ";
+                               s << "BAD_SETUP ";
                                break;  
                        default:
                                s << "INTERNAL_ERROR ";

UCC git Repository :: git.ucc.asn.au