mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-28 17:15:13 +02:00
SimRsim.c: update with const API change to utils module
This commit is contained in:
committed by
R. Timothy Edwards
parent
120cea3921
commit
be09d8d402
+3
-2
@@ -109,7 +109,7 @@ SimGetNodeCommand(cmd)
|
||||
* step the clock once for every node in the selection.
|
||||
*/
|
||||
|
||||
static char *RsimNodeCommands[] =
|
||||
static const char *RsimNodeCommands[] =
|
||||
{
|
||||
"?",
|
||||
"!",
|
||||
@@ -162,7 +162,8 @@ SimStartRsim(argv)
|
||||
char *getenv();
|
||||
char rsimfile[256];
|
||||
char *cad = BIN_DIR;
|
||||
char *src, *dst;
|
||||
const char *src;
|
||||
char *dst;
|
||||
|
||||
/* don't start another rsim if one is already running */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user