mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 14:17:43 +02:00
CmdRS.c: SimGetNodeCommand() returns (const char *) now
This commit is contained in:
committed by
R. Timothy Edwards
parent
df7b9079bd
commit
c7ef7d743a
+1
-1
@@ -2784,7 +2784,7 @@ CmdSimCmd(
|
||||
{
|
||||
static char cmdbuf[200];
|
||||
char *strptr;
|
||||
char *nodeCmd;
|
||||
const char *nodeCmd;
|
||||
int i;
|
||||
|
||||
if (!SimRsimRunning) {
|
||||
|
||||
Reference in New Issue
Block a user