Skip to content

Commit 19b775a

Browse files
committed
remove one /
1 parent ae773cb commit 19b775a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

judge/runguard.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ int main(int argc, char **argv)
12871287
} else {
12881288
str[0] = 0;
12891289
}
1290-
snprintf(cgroupname, 255, "/domjudge/dj_cgroup_%d_%.16s_%d.%06d/",
1290+
snprintf(cgroupname, 255, "domjudge/dj_cgroup_%d_%.16s_%d.%06d/",
12911291
getpid(), str, (int) progstarttime.tv_sec, (int) progstarttime.tv_usec);
12921292

12931293
cgroup_create();

0 commit comments

Comments
 (0)