Ticket #24041: patch-src-barchart.diff

File patch-src-barchart.diff, 518 bytes (added by adfernandes (Andrew Fernandes), 14 years ago)
  • src/barchart.c

     
    13211321  indx = (gint *) g_malloc (ny * sizeof (gint));
    13221322
    13231323/*
    1324  * gy is needed solely for the psort routine:  psort is used by
     1324 * gy is needed solely for the p_sort routine:  p_sort is used by
    13251325 * qsort to put an index vector in the order that yy will assume.
    13261326*/
    13271327  gg->p1d.gy = (gfloat *) g_malloc (ny * sizeof (gfloat));