Skip to content

Commit 3c6082c

Browse files
committed
fix C warning about sprintf
1 parent a2d734a commit 3c6082c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/x02c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ void draw_windows( int nw, int cmap0_offset )
125125
{
126126
int i, j;
127127
PLFLT vmin, vmax;
128-
char text[3];
128+
char text[11];
129129

130130
plschr( 0.0, 3.5 );
131131
plfont( 4 );

0 commit comments

Comments
 (0)