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

This commit is contained in:
Darryl L. Miles
2025-10-04 20:50:31 -04:00
committed by R. Timothy Edwards
parent df7b9079bd
commit c7ef7d743a
+1 -1
View File
@@ -2784,7 +2784,7 @@ CmdSimCmd(
{
static char cmdbuf[200];
char *strptr;
char *nodeCmd;
const char *nodeCmd;
int i;
if (!SimRsimRunning) {