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

Diff of /pspp/src/output.c

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

revision 1.19 by blp, Fri Oct 21 01:19:23 2005 UTC revision 1.20 by blp, Wed Oct 26 05:06:14 2005 UTC
# Line 911  outp_match_keyword (const char *s, struc Line 911  outp_match_keyword (const char *s, struc
911        *++cp = 0;        *++cp = 0;
912    
913        info->initial = xstrdup (s);        info->initial = xstrdup (s);
914        info->options = xmalloc (sizeof *info->options * (cp - s));        info->options = xnmalloc (cp - s, sizeof *info->options);
915        memcpy (info->options, ptr, sizeof *info->options * (cp - s));        memcpy (info->options, ptr, sizeof *info->options * (cp - s));
916      }      }
917    

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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