- Fixed bug in pool (free_all_gizmos) where gizmos pointer wasn't being
[pspp] / src / aggregate.c
index 094756e94fa0ed5b0f5154b18274a03b2bfdf9c1..32de72ef05f77a431caefd3851487f2db0c9fb96 100644 (file)
@@ -387,7 +387,7 @@ parse_aggregate_functions (struct agr_proc *agr)
          
          if (token == T_STRING)
            {
-             ds_truncate (&tokstr, 120);
+             ds_truncate (&tokstr, 255);
              dest_label[n_dest - 1] = xstrdup (ds_value (&tokstr));
              lex_get ();
            }