/[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.26 by blp, Mon Oct 24 02:51:31 2005 UTC revision 1.27 by blp, Tue Oct 25 04:28:17 2005 UTC
# Line 237  cmd_recode (void) Line 237  cmd_recode (void)
237                else                else
238                  {                  {
239                    for (i = mark; i < rcd->nmap; i++)                    for (i = mark; i < rcd->nmap; i++)
240                      rcd->map[i].t.c = (output.c?xstrdup (output.c):NULL);                      rcd->map[i].t.c = output.c ? xstrdup (output.c) : NULL;
241                    free (output.c);                    free (output.c);
242                  }                  }
243              }              }

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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