From: cuz Date: Fri, 14 May 2004 14:33:43 +0000 (+0000) Subject: Fixed a bug X-Git-Tag: V2.12.0~789 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b61b5f3ec5dff431d9b30e2f10d26ef8f0097605;p=cc65 Fixed a bug git-svn-id: svn://svn.cc65.org/cc65/trunk@3041 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/common/ungetc.s b/libsrc/common/ungetc.s index 590d2d671..0ad12e3a2 100644 --- a/libsrc/common/ungetc.s +++ b/libsrc/common/ungetc.s @@ -31,7 +31,7 @@ ; c must be in char range - tax + txa bne error ; Check if the file is open @@ -68,4 +68,4 @@ error: lda #EINVAL rts .endproc - +