Changed a few instances of SHORT_NAME_LEN to LONG_NAME_LEN
[pspp-builds.git] / src / loop.c
index bfe04d11c432240735453e1d6226ebb346a9f75f..7a2cc775a650f059aec8c104198e04fbb518d6e9 100644 (file)
@@ -166,7 +166,7 @@ static int
 internal_cmd_loop (void)
 {
   /* Name of indexing variable if applicable. */
-  char name[SHORT_NAME_LEN + 1];
+  char name[LONG_NAME_LEN + 1];
 
   /* Create and initialize transformations to facilitate
      error-handling. */