diff --git a/games/backgammon/common_source/subs.c b/games/backgammon/common_source/subs.c index 827e3e0ddc9..5b07ad19e3e 100644 --- a/games/backgammon/common_source/subs.c +++ b/games/backgammon/common_source/subs.c @@ -376,7 +376,7 @@ register char ***arg; } s++; } - if (s[0] != 0) + if (s[0] != 0 && s[0][0] != '\0') recover(s[0]); }