CmdRS.c: SimGetNodeCommand() returns (const char *) now

This commit is contained in:
Darryl L. Miles 2025-10-03 22:33:11 +01:00 committed by R. Timothy Edwards
parent df7b9079bd
commit c7ef7d743a
1 changed files with 1 additions and 1 deletions

View File

@ -2784,7 +2784,7 @@ CmdSimCmd(
{
static char cmdbuf[200];
char *strptr;
char *nodeCmd;
const char *nodeCmd;
int i;
if (!SimRsimRunning) {