Change one more occurrence of fics in pathname
authorH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 28 Apr 2014 11:37:59 +0000 (13:37 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 28 Apr 2014 11:37:59 +0000 (13:37 +0200)
Some log file was made in a directory that no longer existed.

lasker-2.2.3/src/ficsmain.c

index 6673416..3213757 100644 (file)
@@ -172,7 +172,7 @@ static void do_chroot(const char *dir)
 static void segv_handler(int sig)
 {
        char cmd[100];
-       snprintf(cmd, sizeof(cmd), "/home/fics/bin/backtrace %d > /home/fics/chessd/segv_%d 2>&1", 
+       snprintf(cmd, sizeof(cmd), "/home/mics/bin/backtrace %d > /home/mics/chessd/segv_%d 2>&1", 
                 (int)getpid(), (int)getpid());
        system(cmd);
        _exit(1);