aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/disptime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/disptime.c b/src/disptime.c
index b47a3ed..aaee942 100644
--- a/src/disptime.c
+++ b/src/disptime.c
@@ -24,7 +24,7 @@ void* sctjudge_dispaytime(void* arg){
pid_t pidcopy;
- const char* sysstatfile = PROC_PATH"stat";
+ const char* sysstatfile = PROC_PATH"/stat";
char statfile[25], statusfile[25];
FILE *statp, *statusp, *sysstatp;