diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/board.c b/FICS/board.c index 6a241d5..11a9c19 100644 --- a/FICS/board.c +++ b/FICS/board.c @@ -236,7 +236,7 @@ move_and_time(move_t *m) static char tmp[20]; sprintf(tmp, "%-7s (%s)", m->algString, tenth_str(m->tookTime, 0)); - return tmp; + return &tmp[0]; } PRIVATE int |