diff options
| author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-23 04:41:01 +0000 |
|---|---|---|
| committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-23 04:41:01 +0000 |
| commit | 54ddcf4fa1ea90654cb33a867c39b3f631702620 (patch) | |
| tree | 157862d7307f3707b5be6b47d58201fe9c827744 /games/backgammon | |
| parent | 628c949a71638c90a45234c1d4aacd96f63ca01d (diff) | |
Notes
Diffstat (limited to 'games/backgammon')
| -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 827e3e0ddc99..5b07ad19e3ea 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]); } |
