From: <and...@us...> - 2011-10-19 19:46:21
|
Revision: 11980 http://plplot.svn.sourceforge.net/plplot/?rev=11980&view=rev Author: andrewross Date: 2011-10-19 19:46:14 +0000 (Wed, 19 Oct 2011) Log Message: ----------- Style code following recent f95 bindings updates. Modified Paths: -------------- trunk/bindings/f95/sc3d.c trunk/bindings/f95/sccont.c trunk/bindings/f95/scstubs.c Modified: trunk/bindings/f95/sc3d.c =================================================================== --- trunk/bindings/f95/sc3d.c 2011-10-19 19:25:26 UTC (rev 11979) +++ trunk/bindings/f95/sc3d.c 2011-10-19 19:46:14 UTC (rev 11980) @@ -26,21 +26,21 @@ // Function prototypes void PLOT3DC__( PLFLT *x, PLFLT *y, PLFLT *z, - PLINT *nx, PLINT *ny, PLINT *opt, - PLFLT *clevel, PLINT *nlevel, PLINT *lx ); + PLINT *nx, PLINT *ny, PLINT *opt, + PLFLT *clevel, PLINT *nlevel, PLINT *lx ); void PLOT3DC( PLFLT *x, PLFLT *y, PLFLT *z, - PLINT *nx, PLINT *ny, PLINT *opt, - PLFLT *clevel, PLINT *nlevel, PLINT *lx ); + PLINT *nx, PLINT *ny, PLINT *opt, + PLFLT *clevel, PLINT *nlevel, PLINT *lx ); void PLSURF3D( PLFLT *x, PLFLT *y, PLFLT *z, - PLINT *nx, PLINT *ny, PLINT *opt, - PLFLT *clevel, PLINT *nlevel, PLINT *lx ); + PLINT *nx, PLINT *ny, PLINT *opt, + PLFLT *clevel, PLINT *nlevel, PLINT *lx ); void PLMESH( PLFLT *x, PLFLT *y, PLFLT *z, - PLINT *nx, PLINT *ny, PLINT *opt, PLINT *lx ); + PLINT *nx, PLINT *ny, PLINT *opt, PLINT *lx ); void PLMESHC( PLFLT *x, PLFLT *y, PLFLT *z, - PLINT *nx, PLINT *ny, PLINT *opt, - PLFLT *clevel, PLINT *nlevel, PLINT *lx ); + PLINT *nx, PLINT *ny, PLINT *opt, + PLFLT *clevel, PLINT *nlevel, PLINT *lx ); void PLOT3D( PLFLT *x, PLFLT *y, PLFLT *z, - PLINT *nx, PLINT *ny, PLINT *opt, PLBOOL *side, PLINT *lx ); + PLINT *nx, PLINT *ny, PLINT *opt, PLBOOL *side, PLINT *lx ); void PLOT3DC__( PLFLT *x, PLFLT *y, PLFLT *z, Modified: trunk/bindings/f95/sccont.c =================================================================== --- trunk/bindings/f95/sccont.c 2011-10-19 19:25:26 UTC (rev 11979) +++ trunk/bindings/f95/sccont.c 2011-10-19 19:46:14 UTC (rev 11980) @@ -27,86 +27,86 @@ // Function prototypes void pltr0f( PLFLT x, PLFLT y, PLFLT *tx, PLFLT *ty, void *pltr_data ); void PLCON07( PLFLT *z, PLINT *nx, PLINT *ny, PLINT *kx, PLINT *lx, - PLINT *ky, PLINT *ly, PLFLT *clevel, PLINT *nlevel ); + PLINT *ky, PLINT *ly, PLFLT *clevel, PLINT *nlevel ); void PLCON17( PLFLT *z, PLINT *nx, PLINT *ny, PLINT *kx, PLINT *lx, - PLINT *ky, PLINT *ly, PLFLT *clevel, PLINT *nlevel, - PLFLT *xg, PLFLT *yg ); + PLINT *ky, PLINT *ly, PLFLT *clevel, PLINT *nlevel, + PLFLT *xg, PLFLT *yg ); void PLCON27( PLFLT *z, PLINT *nx, PLINT *ny, PLINT *kx, PLINT *lx, - PLINT *ky, PLINT *ly, PLFLT *clevel, PLINT *nlevel, - PLFLT *xg, PLFLT *yg ); + PLINT *ky, PLINT *ly, PLFLT *clevel, PLINT *nlevel, + PLFLT *xg, PLFLT *yg ); void PLVEC07( PLFLT *u, PLFLT *v, PLINT *nx, PLINT *ny, PLFLT *scale ); void PLVEC17( PLFLT *u, PLFLT *v, PLINT *nx, PLINT *ny, PLFLT *scale, - PLFLT *xg, PLFLT *yg ); + PLFLT *xg, PLFLT *yg ); void PLVEC27( PLFLT *u, PLFLT *v, PLINT *nx, PLINT *ny, PLFLT *scale, - PLFLT *xg, PLFLT *yg ); + PLFLT *xg, PLFLT *yg ); static void pltr( PLFLT x, PLFLT y, PLFLT *tx, PLFLT *ty, void *pltr_data ); void PLCONT7( PLFLT *z, PLINT *nx, PLINT *ny, PLINT *kx, PLINT *lx, - PLINT *ky, PLINT *ly, PLFLT *clevel, PLINT *nlevel, PLFLT *ftr ); + PLINT *ky, PLINT *ly, PLFLT *clevel, PLINT *nlevel, PLFLT *ftr ); void PLVECT7( PLFLT *u, PLFLT *v, PLINT *nx, PLINT *ny, PLFLT *scale, - PLFLT *ftr ); + PLFLT *ftr ); void PLSHADE07( PLFLT *z, PLINT *nx, PLINT *ny, const char *defined, - PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, - PLFLT *shade_min, PLFLT *shade_max, - PLINT *sh_cmap, PLFLT *sh_color, PLINT *sh_width, - PLINT *min_color, PLINT *min_width, - PLINT *max_color, PLINT *max_width, PLINT *lx ); + PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, + PLFLT *shade_min, PLFLT *shade_max, + PLINT *sh_cmap, PLFLT *sh_color, PLINT *sh_width, + PLINT *min_color, PLINT *min_width, + PLINT *max_color, PLINT *max_width, PLINT *lx ); void PLSHADE17( PLFLT *z, PLINT *nx, PLINT *ny, const char *defined, - PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, - PLFLT *shade_min, PLFLT *shade_max, - PLINT *sh_cmap, PLFLT *sh_color, PLINT *sh_width, - PLINT *min_color, PLINT *min_width, - PLINT *max_color, PLINT *max_width, - PLFLT *xg1, PLFLT *yg1, PLINT *lx ); + PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, + PLFLT *shade_min, PLFLT *shade_max, + PLINT *sh_cmap, PLFLT *sh_color, PLINT *sh_width, + PLINT *min_color, PLINT *min_width, + PLINT *max_color, PLINT *max_width, + PLFLT *xg1, PLFLT *yg1, PLINT *lx ); void PLSHADE27( PLFLT *z, PLINT *nx, PLINT *ny, const char *defined, - PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, - PLFLT *shade_min, PLFLT *shade_max, - PLINT *sh_cmap, PLFLT *sh_color, PLINT *sh_width, - PLINT *min_color, PLINT *min_width, - PLINT *max_color, PLINT *max_width, - PLFLT *xg2, PLFLT *yg2, PLINT *lx ); + PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, + PLFLT *shade_min, PLFLT *shade_max, + PLINT *sh_cmap, PLFLT *sh_color, PLINT *sh_width, + PLINT *min_color, PLINT *min_width, + PLINT *max_color, PLINT *max_width, + PLFLT *xg2, PLFLT *yg2, PLINT *lx ); void PLSHADE7( PLFLT *z, PLINT *nx, PLINT *ny, const char *defined, - PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, - PLFLT *shade_min, PLFLT *shade_max, - PLINT *sh_cmap, PLFLT *sh_color, PLINT *sh_width, - PLINT *min_color, PLINT *min_width, - PLINT *max_color, PLINT *max_width, PLFLT *ftr, PLINT *lx ); + PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, + PLFLT *shade_min, PLFLT *shade_max, + PLINT *sh_cmap, PLFLT *sh_color, PLINT *sh_width, + PLINT *min_color, PLINT *min_width, + PLINT *max_color, PLINT *max_width, PLFLT *ftr, PLINT *lx ); void PLSHADES07( PLFLT *z, PLINT *nx, PLINT *ny, const char *defined, - PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, - PLFLT *clevel, PLINT *nlevel, PLINT *fill_width, - PLINT *cont_color, PLINT *cont_width, PLINT *lx ); + PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, + PLFLT *clevel, PLINT *nlevel, PLINT *fill_width, + PLINT *cont_color, PLINT *cont_width, PLINT *lx ); void PLSHADES17( PLFLT *z, PLINT *nx, PLINT *ny, const char *defined, - PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, - PLFLT *clevel, PLINT *nlevel, PLINT *fill_width, - PLINT *cont_color, PLINT *cont_width, - PLFLT *xg1, PLFLT *yg1, PLINT *lx ); + PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, + PLFLT *clevel, PLINT *nlevel, PLINT *fill_width, + PLINT *cont_color, PLINT *cont_width, + PLFLT *xg1, PLFLT *yg1, PLINT *lx ); void PLSHADES27( PLFLT *z, PLINT *nx, PLINT *ny, const char *defined, - PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, - PLFLT *clevel, PLINT *nlevel, PLINT *fill_width, - PLINT *cont_color, PLINT *cont_width, - PLFLT *xg2, PLFLT *yg2, PLINT *lx ); + PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, + PLFLT *clevel, PLINT *nlevel, PLINT *fill_width, + PLINT *cont_color, PLINT *cont_width, + PLFLT *xg2, PLFLT *yg2, PLINT *lx ); void PLSHADES7( PLFLT *z, PLINT *nx, PLINT *ny, const char *defined, - PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, - PLFLT *clevel, PLINT *nlevel, PLINT *fill_width, - PLINT *cont_color, PLINT *cont_width, PLFLT *ftr, PLINT *lx ); + PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, + PLFLT *clevel, PLINT *nlevel, PLINT *fill_width, + PLINT *cont_color, PLINT *cont_width, PLFLT *ftr, PLINT *lx ); void PLGRIDDATA( PLFLT *x, PLFLT *y, PLFLT *z, PLINT *npts, PLFLT *xg, - PLINT *nx, PLFLT *yg, PLINT *ny, PLFLT *zg, PLINT *type, - PLFLT *data ); + PLINT *nx, PLFLT *yg, PLINT *ny, PLFLT *zg, PLINT *type, + PLFLT *data ); void PLIMAGEFR07( PLFLT *idata, PLINT *nx, PLINT *ny, - PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, - PLFLT *zmin, PLFLT *zmax, PLFLT *valuemin, PLFLT *valuemax, - PLINT *lx ); + PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, + PLFLT *zmin, PLFLT *zmax, PLFLT *valuemin, PLFLT *valuemax, + PLINT *lx ); void PLIMAGEFR17( PLFLT *idata, PLINT *nx, PLINT *ny, - PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, - PLFLT *zmin, PLFLT *zmax, PLFLT *valuemin, PLFLT *valuemax, - PLFLT *xg, PLFLT *yg, PLINT *lx ); + PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, + PLFLT *zmin, PLFLT *zmax, PLFLT *valuemin, PLFLT *valuemax, + PLFLT *xg, PLFLT *yg, PLINT *lx ); void PLIMAGEFR27( PLFLT *idata, PLINT *nx, PLINT *ny, - PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, - PLFLT *zmin, PLFLT *zmax, PLFLT *valuemin, PLFLT *valuemax, - PLFLT *xg, PLFLT *yg, PLINT *lx ); + PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, + PLFLT *zmin, PLFLT *zmax, PLFLT *valuemin, PLFLT *valuemax, + PLFLT *xg, PLFLT *yg, PLINT *lx ); void PLIMAGEFR7( PLFLT *idata, PLINT *nx, PLINT *ny, - PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, - PLFLT *zmin, PLFLT *zmax, PLFLT *valuemin, PLFLT *valuemax, - PLFLT *ftr, PLINT *lx ); + PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, + PLFLT *zmin, PLFLT *zmax, PLFLT *valuemin, PLFLT *valuemax, + PLFLT *ftr, PLINT *lx ); Modified: trunk/bindings/f95/scstubs.c =================================================================== --- trunk/bindings/f95/scstubs.c 2011-10-19 19:25:26 UTC (rev 11979) +++ trunk/bindings/f95/scstubs.c 2011-10-19 19:46:14 UTC (rev 11980) @@ -57,7 +57,7 @@ void PLABORT7( const char *text ); void PLADV( PLINT *sub ); void PLARC( PLFLT *x, PLFLT *y, PLFLT *a, PLFLT *b, PLFLT *angle1, PLFLT *angle2, PLFLT *rotate, PLBOOL *fill ); -void PLAXES7( PLFLT *x0, PLFLT *y0, const char *xopt, PLFLT *xtick, +void PLAXES7( PLFLT *x0, PLFLT *y0, const char *xopt, PLFLT *xtick, PLINT *nxsub, const char *yopt, PLFLT *ytick, PLINT *nysub ); void PLBIN( PLINT *nbin, PLFLT *x, PLFLT *y, PLINT *center ); void PLBTIME( PLINT *year, PLINT *month, PLINT *day, PLINT *hour, PLINT *min, PLFLT *sec, PLFLT *ctime ); @@ -118,7 +118,7 @@ void PLHIST( PLINT *n, PLFLT *data, PLFLT *datmin, PLFLT *datmax, PLINT *nbin, PLINT *oldwin ); void PLHLS( PLFLT *hue, PLFLT *light, PLFLT *sat ); void PLHLSRGB( PLFLT *h, PLFLT *l, PLFLT *s, PLFLT *r, PLFLT *g, PLFLT *b ); -void PLIMAGEFR( PLFLT *idata, PLINT *nx, PLINT *ny, +void PLIMAGEFR( PLFLT *idata, PLINT *nx, PLINT *ny, PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, PLFLT *zmin, PLFLT *zmax, PLFLT *Dxmin, PLFLT *Dxmax, PLFLT *Dymin, PLFLT *Dymax, PLFLT *valuemin, PLFLT *valuemax ); @@ -130,19 +130,19 @@ void PLLAB7( const char *xlab, const char *ylab, const char *title ); void PLLEGEND_CNV_TEXT( PLINT *id, PLINT *number, char *string, PLINT length ); void PLLEGEND( PLFLT *p_legend_width, PLFLT *p_legend_height, - PLINT *opt, PLINT *position, PLFLT *x, PLFLT *y, PLFLT *plot_width, - PLINT *bg_color, PLINT *bb_color, PLINT *bb_style, - PLINT *nrow, PLINT *ncolumn, - PLINT *nlegend, const PLINT *opt_array, - PLFLT *text_offset, PLFLT *text_scale, PLFLT *text_spacing, - PLFLT *text_justification, - const PLINT *text_colors, - const PLINT *box_colors, const PLINT *box_patterns, - const PLFLT *box_scales, const PLINT *box_line_widths, - const PLINT *line_colors, const PLINT *line_styles, - const PLINT *line_widths, - const PLINT *symbol_colors, const PLFLT *symbol_scales, - const PLINT *symbol_numbers ); + PLINT *opt, PLINT *position, PLFLT *x, PLFLT *y, PLFLT *plot_width, + PLINT *bg_color, PLINT *bb_color, PLINT *bb_style, + PLINT *nrow, PLINT *ncolumn, + PLINT *nlegend, const PLINT *opt_array, + PLFLT *text_offset, PLFLT *text_scale, PLFLT *text_spacing, + PLFLT *text_justification, + const PLINT *text_colors, + const PLINT *box_colors, const PLINT *box_patterns, + const PLFLT *box_scales, const PLINT *box_line_widths, + const PLINT *line_colors, const PLINT *line_styles, + const PLINT *line_widths, + const PLINT *symbol_colors, const PLFLT *symbol_scales, + const PLINT *symbol_numbers ); void PLLIGHTSOURCE( PLFLT *x, PLFLT *y, PLFLT *z ); void PLLINE( PLINT *n, PLFLT *x, PLFLT *y ); void PLLINE3( PLINT *n, PLFLT *x, PLFLT *y, PLFLT *z ); @@ -162,10 +162,10 @@ void PLPREC( PLINT *setp, PLINT *prec ); void PLPSTY( PLINT *patt ); void PLPTEX7( PLFLT *x, PLFLT *y, PLFLT *dx, PLFLT *dy, PLFLT *just, const char *text ); -void PLPTEX37(PLFLT *x, PLFLT *y, PLFLT *z, - PLFLT *dx, PLFLT *dy, PLFLT *dz, - PLFLT *sx, PLFLT *sy, PLFLT *sz, - PLFLT *just, const char *text ); +void PLPTEX37( PLFLT *x, PLFLT *y, PLFLT *z, + PLFLT *dx, PLFLT *dy, PLFLT *dz, + PLFLT *sx, PLFLT *sy, PLFLT *sz, + PLFLT *just, const char *text ); PLFLT PLRANDD( void ); void PLREPLOT( void ); void PLRGB( PLFLT *red, PLFLT *green, PLFLT *blue ); @@ -178,13 +178,13 @@ void PLSCMAP1( PLINT *r, PLINT *g, PLINT *b, PLINT *ncol1 ); void PLSCMAP1A( PLINT *r, PLINT *g, PLINT *b, PLFLT *a, PLINT *ncol1 ); void PLSCMAP1L( PLBOOL *itype, PLINT *npts, PLFLT *intensity, -PLFLT *coord1, PLFLT *coord2, PLFLT *coord3, PLBOOL *rev ); + PLFLT *coord1, PLFLT *coord2, PLFLT *coord3, PLBOOL *rev ); void PLSCMAP1L2( PLBOOL *itype, PLINT *npts, PLFLT *intensity, -PLFLT *coord1, PLFLT *coord2, PLFLT *coord3 ); + PLFLT *coord1, PLFLT *coord2, PLFLT *coord3 ); void PLSCMAP1LA( PLBOOL *itype, PLINT *npts, PLFLT *intensity, -PLFLT *coord1, PLFLT *coord2, PLFLT *coord3, PLFLT *a, PLBOOL *rev ); + PLFLT *coord1, PLFLT *coord2, PLFLT *coord3, PLFLT *a, PLBOOL *rev ); void PLSCMAP1LA2( PLBOOL *itype, PLINT *npts, PLFLT *intensity, -PLFLT *coord1, PLFLT *coord2, PLFLT *coord3, PLFLT *a ); + PLFLT *coord1, PLFLT *coord2, PLFLT *coord3, PLFLT *a ); void PLSCMAP1N( PLINT *n ); void PLSCOL0( PLINT *icol0, PLINT *r, PLINT *g, PLINT *b ); void PLSCOL0A( PLINT *icol0, PLINT *r, PLINT *g, PLINT *b, PLFLT *a ); @@ -195,7 +195,7 @@ void PLSDEV7( const char *dev ); void PLSDIDEV( PLFLT *mar, PLFLT *aspect, PLFLT *jx, PLFLT *jy ); void PLSDIMAP( PLINT *dimxmin, PLINT *dimxmax, PLINT *dimymin, PLINT *dimymax, -PLFLT *dimxpmm, PLFLT *dimypmm ); + PLFLT *dimxpmm, PLFLT *dimypmm ); void PLSDIORI( PLFLT *rot ); void PLSDIPLT( PLFLT *xmin, PLFLT *ymin, PLFLT *xmax, PLFLT *ymax ); void PLSDIPLZ( PLFLT *xmin, PLFLT *ymin, PLFLT *xmax, PLFLT *ymax ); @@ -218,7 +218,7 @@ void PLSMIN( PLFLT *def, PLFLT *scale ); void PLSORI( PLINT *ori ); void PLSPAGE( PLFLT *xpmm, PLFLT *ypmm, -PLINT *xwid, PLINT *ywid, PLINT *xoff, PLINT *yoff ); + PLINT *xwid, PLINT *ywid, PLINT *xoff, PLINT *yoff ); void PLSPAL07( const char *filename ); void PLSPAL17( const char *filename, PLBOOL *interpolate ); void PLSPAUSE( PLBOOL *pause ); @@ -234,14 +234,14 @@ void PLSTRING37( PLINT *n, PLFLT *x, PLFLT *y, PLFLT *z, const char *string ); void PLSTRIPA( PLINT *id, PLINT *pen, PLFLT *x, PLFLT *y ); void PLSTRIPC( PLINT *id, const char *xspec, const char *yspec, - PLFLT *xmin, PLFLT *xmax, PLFLT *xjump, PLFLT *ymin, PLFLT *ymax, - PLFLT *xlpos, PLFLT *ylpos, - PLBOOL *y_ascl, PLBOOL *acc, - PLINT *colbox, PLINT *collab, - PLINT *colline, PLINT *styline, - const char *legline0, const char *legline1, - const char *legline2, const char *legline3, - const char *labx, const char *laby, const char *labtop ); + PLFLT *xmin, PLFLT *xmax, PLFLT *xjump, PLFLT *ymin, PLFLT *ymax, + PLFLT *xlpos, PLFLT *ylpos, + PLBOOL *y_ascl, PLBOOL *acc, + PLINT *colbox, PLINT *collab, + PLINT *colline, PLINT *styline, + const char *legline0, const char *legline1, + const char *legline2, const char *legline3, + const char *labx, const char *laby, const char *labtop ); void PLSTRIPD( PLINT *id ); void PLSTYL( PLINT *n, PLINT *mark, PLINT *space ); void PLSVECT( PLFLT *arrowx, PLFLT *arrowy, PLINT *npts, PLBOOL *fill ); @@ -257,9 +257,9 @@ void PLVPOR( PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax ); void PLVSTA( void ); void PLW3D( PLFLT *basex, PLFLT *basey, PLFLT *height, - PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, - PLFLT *zmin, PLFLT *zmax, - PLFLT *alt, PLFLT *az ); + PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax, + PLFLT *zmin, PLFLT *zmax, + PLFLT *alt, PLFLT *az ); void PLWID( PLINT *width ); void PLWIND( PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax ); void PLXORMOD( PLBOOL *mode, PLBOOL *status ); @@ -783,7 +783,7 @@ // Ensure the strings are null terminated p_string = (char **) malloc( sizeof ( char * ) * (size_t) ( *number ) ); - data = (char *) malloc( sizeof ( char * ) * (size_t) (( *number ) * ( length + 1 ) ) ); + data = (char *) malloc( sizeof ( char * ) * (size_t) ( ( *number ) * ( length + 1 ) ) ); for ( j = 0; j < ( *number ); j++ ) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |