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

Diff of /pspp/src/recode.c

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

revision 1.21 by jmd, Fri Apr 29 01:02:15 2005 UTC revision 1.22 by blp, Mon May 2 06:21:20 2005 UTC
# Line 412  cmd_recode (void) Line 412  cmd_recode (void)
412          rcd->dest = dict_create_var (default_dict, rcd->dest_name, 0);          rcd->dest = dict_create_var (default_dict, rcd->dest_name, 0);
413          if (!rcd->dest)          if (!rcd->dest)
414            {            {
415              /* FIXME: This can occur if a destname is duplicated.              /* FIXME: This can fail if a destname is duplicated.
416                 We could give an error at parse time but I don't                 We could give an error at parse time but I don't
417                 care enough. */                 care enough. */
418              rcd->dest = dict_lookup_var_assert (default_dict, rcd->dest_name);              rcd->dest = dict_lookup_var_assert (default_dict, rcd->dest_name);

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