X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fhtml.c;h=caaaacb7318c4d42b85eed3109442184d285b72f;hb=d8749acaf878dccf9e4527c27d06d06eb5e03091;hp=a9d524b78f968898c652c40b7febc44720d1dc99;hpb=8eac4df36306cd357bba29ffbfaddc537fc0be47;p=pspp diff --git a/src/output/html.c b/src/output/html.c index a9d524b78f..caaaacb731 100644 --- a/src/output/html.c +++ b/src/output/html.c @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -376,7 +375,7 @@ html_initialise_chart (struct outp_driver *this, struct chart *ch) number_pos = strchr (x->chart_file_name, '#') - x->chart_file_name; ch->file_name = xasprintf ("%.*s%d%s", number_pos, x->chart_file_name, - x->chart_cnt, + (int) x->chart_cnt, x->chart_file_name + number_pos + 1); fp = fopen (ch->file_name, "wb"); if (fp == NULL)