Re: [cc65] fopen

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2010-11-15 22:59:18
On Mon, Nov 15, 2010 at 08:32:43PM +0100, silverdr@wfmh.org.pl wrote:
> >@*?:, .... i think :)
>
> @ works ok. Just checked. Therefore: $ (as first), *, ?, :.

I've removed the check completely. The effect of the mentioned characters is
somewhat strange, but they might have their uses:

  "@foo"    creates "foo" (with delete and bug triggered)
  "a*"      work on first file start with "a"
  "a?"      works on first file with to letter name starting with "a"
  "$foo"    creates "foo" - at least in VICE
  
Another argument for removing the check is that it saves some space.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Mon Nov 15 22:59:26 2010

This archive was generated by hypermail 2.1.8 : 2010-11-15 22:59:30 CET