X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=listing.c;h=31308870bb574e3343f3c332a7d3772a484d49f9;hb=cbc8347d4ffea164ca05b03e4e3be39945be8777;hp=77226c7efe5be4c09c5143a05e527af17d3cd819;hpb=cfd001aea60f54e49d9beae0f941c513f45c202b;p=rmac diff --git a/listing.c b/listing.c index 77226c7..3130887 100644 --- a/listing.c +++ b/listing.c @@ -1,14 +1,14 @@ // -// RMAC - Reboot's Macro Assembler for all Atari computers +// RMAC - Renamed Macro Assembler for all Atari computers // LISTING.C - Listing Output -// Copyright (C) 199x Landon Dyer, 2011-2017 Reboot and Friends +// Copyright (C) 199x Landon Dyer, 2011-2021 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source utilised with the kind permission of Landon Dyer // // -------------------------------------------------------------------------- // 0 0 1 1 2 2 3 3 4 4 5 5 6 6 7 7 // 012345678901234567890123456789012345678901234567890123456789012345678901234567 -// filename.... Reboot's Macro Assembler N.N.NN (Unknown) +// filename.... Renamed Macro Assembler N.N.NN (Unknown) // nnnnn aaaaaaaa dddddddddddddddddddd T source code // nnnnn aaaaaaaa dddddddddddddddd // nnnnn =vvvvvvvv @@ -178,7 +178,7 @@ void list_setup(void) list_fname = NULL; if ((list_fd = open(fnbuf, _OPEN_FLAGS, _PERM_MODE)) < 0) - cantcreat(fnbuf); + CantCreateFile(fnbuf); }