OSDN Git Service

[Fix] #38796 parse_line_building() の配列拡張。 / extend array in parse_line_building().
authorDeskull <deskull@users.sourceforge.jp>
Thu, 13 Dec 2018 12:12:14 +0000 (21:12 +0900)
committerDeskull <deskull@users.sourceforge.jp>
Thu, 13 Dec 2018 12:12:14 +0000 (21:12 +0900)
src/init1.c

index 4a57777..a752832 100644 (file)
@@ -3752,7 +3752,7 @@ static errr parse_line_feature(char *buf)
 static errr parse_line_building(char *buf)
 {
        int i;
-       char *zz[37];
+       char *zz[1000];
        int index;
        char *s;