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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue