]> git.sur5r.net Git - cc65/commitdiff
error code 172 -> EEXIST (Stefan Haubenthal)
authorcpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 3 Jan 2006 20:12:58 +0000 (20:12 +0000)
committercpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 3 Jan 2006 20:12:58 +0000 (20:12 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3692 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/atari/oserror.s

index 82c423134444f64cd299ac0f3316de8524cac05c..ccb01a4d66079d6726cc75bf415999cab425eb31 100644 (file)
@@ -87,7 +87,7 @@ maptable:
        .byte   ENOSPC          ; 169 - directory full
        .byte   ENOENT          ; 170 - file not found
        .byte   ESPIPE          ; 171 - point command invalid
-       .byte   EUNKNOWN        ; 172 - [MYDOS] already exists in parent directory
+       .byte   EEXIST          ; 172 - [MYDOS] already exists in parent directory
        .byte   EUNKNOWN        ; 173 - bad disk - format couldn't complete
        .byte   EUNKNOWN        ; 174 - [MYDOS] directory not in parent directory
        .byte   EUNKNOWN        ; 175 - [MYDOS] directory not empty