From 788deefec9d9d8387767609b8505fa7093632a86 Mon Sep 17 00:00:00 2001 From: izydorst Date: Fri, 2 May 2003 21:14:40 +0000 Subject: [PATCH] fix for name copying - the 16th byte would be overwritten git-svn-id: svn://svn.cc65.org/cc65/trunk@2134 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/geos/devel/mainargs.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/geos/devel/mainargs.s b/libsrc/geos/devel/mainargs.s index 1f61fec48..255c48807 100644 --- a/libsrc/geos/devel/mainargs.s +++ b/libsrc/geos/devel/mainargs.s @@ -39,7 +39,7 @@ beq @fn_end sta argv0,y iny - cpy #16 + cpy #16+1 bne @fn_loop @fn_end: lda #0