Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Nov 15, 2024
1 parent e19a1b1 commit 2626eb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trunk/core/judge_client/judge_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,7 @@ void make_diff_out_simple(FILE *f1, FILE *f2,char * prefix, int c1, int c2, cons
str_replace(buf2,"(","");
str_replace(buf2,")","");
str_replace(buf2,"\r","");
str_replace(buf2,"\n","");
if(is_str_utf8(buf2)){
fprintf(diff,"%s",buf2);
}else{
Expand Down

0 comments on commit 2626eb4

Please sign in to comment.