DoneStrBuf -> SB_Done (Stefan Haubenthal).
git-svn-id: svn://svn.cc65.org/cc65/trunk@3878 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -77,7 +77,7 @@ int spawnvp (int Mode attribute ((unused)),
|
|||||||
Status = system (SB_GetConstBuf (&Command));
|
Status = system (SB_GetConstBuf (&Command));
|
||||||
|
|
||||||
/* Free the string buf data */
|
/* Free the string buf data */
|
||||||
DoneStrBuf (&Command);
|
SB_Done (&Command);
|
||||||
|
|
||||||
/* Return the result */
|
/* Return the result */
|
||||||
return Status;
|
return Status;
|
||||||
|
|||||||
Reference in New Issue
Block a user