1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 04:54:54 +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:
uz 2008-08-05 20:56:35 +00:00
parent 2b098710d9
commit ac895ef921

View File

@ -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;