]> git.sur5r.net Git - cc65/blobdiff - src/cl65/spawn-amiga.inc
Rather stay with OFF_YEAR as it is an "officially" name.
[cc65] / 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;