corrected comment message
authorceriel <none@none>
Wed, 13 Apr 1988 12:52:40 +0000 (12:52 +0000)
committerceriel <none@none>
Wed, 13 Apr 1988 12:52:40 +0000 (12:52 +0000)
modules/src/em_mes/C_ms_com.c

index a13c699..b29bbf6 100644 (file)
@@ -10,5 +10,6 @@ C_ms_com(str)
        char *str;
 {
        C_mes_begin(ms_com);
+       C_scon(str, (arith) (strlen(str) + 1));
        C_mes_end();
 }