From b61b5f3ec5dff431d9b30e2f10d26ef8f0097605 Mon Sep 17 00:00:00 2001 From: cuz Date: Fri, 14 May 2004 14:33:43 +0000 Subject: [PATCH] Fixed a bug git-svn-id: svn://svn.cc65.org/cc65/trunk@3041 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/common/ungetc.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 - + -- 2.39.5