mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 15:29:46 +00:00
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:
parent
2b098710d9
commit
ac895ef921
@ -77,7 +77,7 @@ int spawnvp (int Mode attribute ((unused)),
|
||||
Status = system (SB_GetConstBuf (&Command));
|
||||
|
||||
/* Free the string buf data */
|
||||
DoneStrBuf (&Command);
|
||||
SB_Done (&Command);
|
||||
|
||||
/* Return the result */
|
||||
return Status;
|
||||
|
Loading…
Reference in New Issue
Block a user