/[pspp]/pspp/src/crosstabs.q
ViewVC logotype

Diff of /pspp/src/crosstabs.q

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by jmd, Mon Feb 7 02:12:02 2005 UTC revision 1.22 by blp, Tue Mar 1 08:16:15 2005 UTC
# Line 1641  static void Line 1641  static void
1641  table_value_missing (struct tab_table *table, int c, int r, unsigned char opt,  table_value_missing (struct tab_table *table, int c, int r, unsigned char opt,
1642                       const union value *v, const struct variable *var)                       const union value *v, const struct variable *var)
1643  {  {
1644    struct len_string s;    struct fixed_string s;
1645    
1646    const char *label = val_labs_find (var->val_labs, *v);    const char *label = val_labs_find (var->val_labs, *v);
1647    if (label)    if (label)
# Line 1688  format_cell_entry (struct tab_table *tab Line 1688  format_cell_entry (struct tab_table *tab
1688  {  {
1689    const struct fmt_spec f = {FMT_F, 10, 1};    const struct fmt_spec f = {FMT_F, 10, 1};
1690    union value v;    union value v;
1691    struct len_string s;    struct fixed_string s;
1692        
1693    s.length = 10;    s.length = 10;
1694    s.string = tab_alloc (table, 16);    s.string = tab_alloc (table, 16);

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26