X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=listing.c;h=f2f361336315a9d843bb069f7cd9b95ce09256dc;hp=f6e7eb0d8180cb379378003e83a76fc3de7cde91;hb=c38505ee4b2a0de59926107e52fb8bb84041a0e4;hpb=9153334781cd2e23750f4dc002e847606c07a1f0 diff --git a/listing.c b/listing.c index f6e7eb0..f2f3613 100644 --- a/listing.c +++ b/listing.c @@ -1,7 +1,7 @@ // // RMAC - Reboot's Macro Assembler for all Atari computers // LISTING.C - Listing Output -// Copyright (C) 199x Landon Dyer, 2011-2018 Reboot and Friends +// Copyright (C) 199x Landon Dyer, 2011-2020 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source utilised with the kind permission of Landon Dyer // @@ -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); }