Ticket #24041: patch-src-barchart.diff
File patch-src-barchart.diff, 518 bytes (added by adfernandes (Andrew Fernandes), 15 years ago) |
---|
-
src/barchart.c
1321 1321 indx = (gint *) g_malloc (ny * sizeof (gint)); 1322 1322 1323 1323 /* 1324 * gy is needed solely for the p sort routine: psort is used by1324 * gy is needed solely for the p_sort routine: p_sort is used by 1325 1325 * qsort to put an index vector in the order that yy will assume. 1326 1326 */ 1327 1327 gg->p1d.gy = (gfloat *) g_malloc (ny * sizeof (gfloat));