diff options
Diffstat (limited to 'games/backgammon/common_source/subs.c')
-rw-r--r-- | games/backgammon/common_source/subs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/backgammon/common_source/subs.c b/games/backgammon/common_source/subs.c index 827e3e0..5b07ad1 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]); } |