Skip to content

Commit

Permalink
Update judge_client.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Apr 19, 2023
1 parent c2673d2 commit fd212a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/core/judge_client/judge_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3575,7 +3575,7 @@ int main(int argc, char **argv)
{
//out file does not exist
char error[BUFFER_SIZE];
sprintf(error, "missing out file %s, report to system administrator!\n", outfile);
sprintf(error, "missing out file %s, report to system administrator!\n", basename(outfile));
print_runtimeerror(infile+strlen(oj_home)+5,error);
ACflg = OJ_RE;
}
Expand Down

0 comments on commit fd212a7

Please sign in to comment.