From: cpg Date: Tue, 3 Jan 2006 20:12:58 +0000 (+0000) Subject: error code 172 -> EEXIST (Stefan Haubenthal) X-Git-Tag: V2.12.0~161 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=67cd3d8d7606be9eab4c5ac5e35f87c3aba58a9f;p=cc65 error code 172 -> EEXIST (Stefan Haubenthal) git-svn-id: svn://svn.cc65.org/cc65/trunk@3692 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/atari/oserror.s b/libsrc/atari/oserror.s index 82c423134..ccb01a4d6 100644 --- a/libsrc/atari/oserror.s +++ b/libsrc/atari/oserror.s @@ -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