summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/backgammon/common_source/subs.c2
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]);
}
OpenPOWER on IntegriCloud