/[pspp]/pspp/src/autorecode.c
ViewVC logotype

Diff of /pspp/src/autorecode.c

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

revision 1.24 by blp, Thu Nov 3 06:21:46 2005 UTC revision 1.25 by blp, Sat Nov 5 03:45:28 2005 UTC
# Line 354  autorecode_proc_func (struct ccase *c, v Line 354  autorecode_proc_func (struct ccase *c, v
354            if (arc->src_vars[i]->type == NUMERIC)            if (arc->src_vars[i]->type == NUMERIC)
355              vp->f = v.f;              vp->f = v.f;
356            else            else
357              vp->c = pool_strndup (arc->src_values_pool,              vp->c = pool_clone (arc->src_values_pool,
358                                    v.c, arc->src_vars[i]->width);                                  v.c, arc->src_vars[i]->width);
359            *vpp = vp;            *vpp = vp;
360          }          }
361      }      }

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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