![]() ![]() | ![]() |
version 1.1, 2025/01/19 02:04:04 | version 1.2, 2025/02/26 00:15:29 |
---|---|
Line 554 int fm_shell (void) | Line 554 int fm_shell (void) |
cmdt = strtok (fmarl_buf, " "); | cmdt = strtok (fmarl_buf, " "); |
if (cmdt == (char *) NULL) continue; | |
for (i = 0; i < strlen (cmdt); i++) cmdt[i] = cmdt[i] | 0140; | for (i = 0; i < strlen (cmdt); i++) cmdt[i] = cmdt[i] | 0140; |
if (strcmp (cmdt, "exit") == 0) cmd = FMAC_EXIT; | if (strcmp (cmdt, "exit") == 0) cmd = FMAC_EXIT; |