Implemented long variable names a la spss V12.
[pspp-builds.git] / src / loop.c
index 6470d7ce77782e3f802ae51afed94013f9f2e461..bfe04d11c432240735453e1d6226ebb346a9f75f 100644 (file)
@@ -166,7 +166,7 @@ static int
 internal_cmd_loop (void)
 {
   /* Name of indexing variable if applicable. */
-  char name[9];
+  char name[SHORT_NAME_LEN + 1];
 
   /* Create and initialize transformations to facilitate
      error-handling. */