X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctgraphics%2Fezplot.cpp;h=666f7593d0e9562aa0eb527483c13b0f05fafacd;hp=81af0ddc30349216ac58719a8827b55baa48674d;hb=a8ba12a8c971de1d8cb3ef1c3a7d2d9fcf45affa;hpb=53c732778ed19ac5231bb17c7e5bd4d2201d9456 diff --git a/libctgraphics/ezplot.cpp b/libctgraphics/ezplot.cpp index 81af0dd..666f759 100644 --- a/libctgraphics/ezplot.cpp +++ b/libctgraphics/ezplot.cpp @@ -6,7 +6,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ezplot.cpp,v 1.3 2000/06/20 17:54:51 kevin Exp $ +** $Id: ezplot.cpp,v 1.4 2000/07/04 18:33:35 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -99,8 +99,8 @@ static int y_fldwid, y_frac; /* in fraction of number, used for printf() */ static double xtl_wid, ytl_wid; /* length of ticks labels in NDC */ static double tl_height; /* height of tick labels in NDC */ -static char x_numfmt[10]; /* format to print x tick labels */ -static char y_numfmt[10]; /* format to print y tick labels */ +static char x_numfmt[20]; /* format to print x tick labels */ +static char y_numfmt[20]; /* format to print y tick labels */ /*----------------------------------------------------------------------