From: izydorst Date: Fri, 2 May 2003 21:14:40 +0000 (+0000) Subject: fix for name copying - the 16th byte would be overwritten X-Git-Tag: V2.12.0~1580 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=788deefec9d9d8387767609b8505fa7093632a86;p=cc65 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 --- 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