Re: [cc65] Filenames for POSIX functins on CBM targets

From: Groepaz <groepaz1gmx.net>
Date: 2012-08-12 00:27:40
On Sunday 12 August 2012, you wrote:
> On 2012-08-11, at 21:18, Spiro Trikaliotis wrote:
> > * On Sat, Aug 11, 2012 at 07:23:12PM +0200 Groepaz wrote:
> >> the @ sign means "overwrite"
> >> 
> >> save "test",8
> >> save "test",8    (again - gives "file exists")
> >> save "@:test",8   will overwrite the existing file
> > 
> > save "@test",8 is enough. Your "save @:test",8 is equivalent to save
> > "@0:test",8, which is something different on dual-disk drives (the first
> > version writes to the last accessed drives, your version always to drive
> > 0).
> 
> Which was one of the ways to avoid the (in)famous bug.

not at all, the bug is completely unrelated to the drive number.
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Sun Aug 12 00:27:07 2012

This archive was generated by hypermail 2.1.8 : 2012-08-12 00:27:11 CEST