]> Shamusworld >> Repos - rmac/blobdiff - listing.c
Long forgotten helper script which is used to create tables for VS builds
[rmac] / listing.c
index 87956af889aba508e531149fc16b7dcce20ebce7..3e89ad514022a8d62a5ace76b59deb687b29db06 100644 (file)
--- a/listing.c
+++ b/listing.c
@@ -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);
 }