From ec0c01728d04b12099b7705f17985eca5e1b88f7 Mon Sep 17 00:00:00 2001 From: cuz Date: Mon, 27 May 2002 09:57:50 +0000 Subject: [PATCH] Fixed a typo git-svn-id: svn://svn.cc65.org/cc65/trunk@1293 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/cl65/spawn-amiga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cl65/spawn-amiga.c b/src/cl65/spawn-amiga.c index 841b953d3..8a083f7d5 100644 --- a/src/cl65/spawn-amiga.c +++ b/src/cl65/spawn-amiga.c @@ -68,7 +68,7 @@ int spawnvp (int Mode attribute ((unused)), SB_Terminate (&Command); /* Invoke the shell to execute the command */ - Status = System (SB->GetConstBuf (&Command), TAG_END) + Status = System (SB_GetConstBuf (&Command), TAG_END) /* Free the string buf data */ DoneStrBuf (&Command); -- 2.39.5