]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos/file/findfile.s
errno/oserrno stuff is cleaned up, saved some bytes in dialog box functions
[cc65] / libsrc / geos / file / findfile.s
index 65008d69b89db1ebc491c09e44527f82faf00240..1494f0ba815258c349c87ef9e2c57770635ad399 100644 (file)
@@ -6,6 +6,7 @@
 
 ; char FindFile  (char *myName);
 
+           .import __oserror
            .export _FindFile
 
            .include "../inc/jumptab.inc"
@@ -15,6 +16,6 @@ _FindFile:
        sta r6L
        stx r6H
        jsr FindFile
-       stx errno
+       stx __oserror
        txa
        rts