Silence some compile warnings.
[super-star-trek.git] / src / sst.c
index 8739ab8e52cc9db852fd4b47aae8e95d2cb51319..c9bf9f4402ff41dbd8ecd436e3c03b85bd97950a 100644 (file)
--- a/src/sst.c
+++ b/src/sst.c
@@ -184,7 +184,7 @@ bool iqhere, iqengry;
 int iscore, iskill;    // Common PLAQ
 double aaitem;
 double perdate;
-char citem[10];
+char citem[12];
 int seed;              // the random-number seed
 bool idebug;           // debug mode
 FILE *logfp, *replayfp;