releasing version 2.17-7

git-svn-id: file:///srv/svn/joey/trunk/src/packages/bsdgames@12404 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
joey
2006-04-07 00:14:04 +00:00
parent fd2065fbf2
commit 964a2d34b2
3 changed files with 12 additions and 4 deletions

View File

@@ -219,7 +219,7 @@ reprint:
printf("\nInitial broadside %s (grape, chain, round, double): ",
n ? "right" : "left");
fflush(stdout);
scanf("%s", buf);
scanf("%9s", buf);
switch (*buf) {
case 'g':
load = L_GRAPE;