This commit is contained in:
ceriel 1987-03-16 15:11:51 +00:00
parent 617303659c
commit e140a87a6b

View file

@ -12,6 +12,6 @@ C_ms_src(nlines, filnam)
{
C_mes_begin(ms_src);
C_cst((arith)nlines);
C_scon(filnam, strlen(filnam) + 1);
C_scon(filnam, (arith)(strlen(filnam) + 1));
C_mes_end();
}