Commit 8593d1d9 authored by Claes Sjofors's avatar Claes Sjofors

Script filename buffer size increased

parent a33d321f
......@@ -3699,7 +3699,7 @@ static int ccm_read_file(
int sts;
char *s, *se;
int row;
char fname[80];
pwr_tFileName fname;
if ( filectx->deffilename_func)
sts = ( filectx->deffilename_func)( fname, filename, filectx->client_data);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment