]> git.sur5r.net Git - cc65/commitdiff
DoneStrBuf -> SB_Done (Stefan Haubenthal).
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 5 Aug 2008 20:56:35 +0000 (20:56 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 5 Aug 2008 20:56:35 +0000 (20:56 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3878 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cl65/spawn-amiga.inc

index ade63ef7e7c47657ef09a5341b3bb6cf23eb2dbb..41fa3895e82aeabdb25dce7ad5497cb02c98e4d1 100644 (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;