/[pspp]/pspp/src/plot-chart.c
ViewVC logotype

Diff of /pspp/src/plot-chart.c

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

revision 1.6 by blp, Mon Jun 13 06:51:13 2005 UTC revision 1.7 by blp, Wed Oct 26 05:06:14 2005 UTC
# Line 58  chart_create(void) Line 58  chart_create(void)
58    if (d == NULL)    if (d == NULL)
59      return NULL;      return NULL;
60        
61    chart = xmalloc(sizeof(struct chart) );    chart = xmalloc (sizeof *chart);
62    d->class->initialise_chart(d, chart);    d->class->initialise_chart(d, chart);
63    if (!chart->lp)    if (!chart->lp)
64      {      {

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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