bug fix
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user