diff options
Diffstat (limited to 'FICS')
| -rw-r--r-- | FICS/gamedb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/gamedb.c b/FICS/gamedb.c index 884da2e..250ebd9 100644 --- a/FICS/gamedb.c +++ b/FICS/gamedb.c @@ -534,7 +534,7 @@ EndString(int g, int personal) "adjudication"); break; default: - msnprintf(endstr, sizeof endstr, "???????"); + msnprintf(endstr, sizeof endstr, "\?\?\?\?\?\?\?"); break; } |
