+2007-11-24 Ben Pfaff <blp@gnu.org>
+
+ Fix warning reported when reading back system files that include
+ very long string variables. Thanks to Guido Gay <gay@irer.it> for
+ reporting this bug.
+
+ * short-names.c (short_names_assign): Fix dumb typo, in which `i'
+ was written where `j' was meant.
+
2007-11-18 Ben Pfaff <blp@gnu.org>
Properly write variables that include a range of missing values to
struct variable *v = dict_get_var (d, i);
int segment_cnt = sfm_width_to_segments (var_get_width (v));
for (j = 1; j < segment_cnt; j++)
- claim_short_name (v, i, short_names);
+ claim_short_name (v, j, short_names);
}
/* Assign short names to first segment of remaining variables,