]> git.sur5r.net Git - cc65/commitdiff
Fixed a bug (Greg King).
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 1 Aug 2011 20:59:33 +0000 (20:59 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 1 Aug 2011 20:59:33 +0000 (20:59 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5104 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/tgi/tgi_gettextwidth.s

index 9b39fb6a659d5cbef413715ec96edd9f01563403..996910c3c74dbc75cf37cc72809c70778519ffda 100644 (file)
@@ -29,7 +29,7 @@ Text    := ptr3
 ;
 
 .code
-.proc   _tgi_gettextwidth         
+.proc   _tgi_gettextwidth
 
         ldy     _tgi_font
         bne     @L1                     ; Jump if vector font
@@ -37,7 +37,7 @@ Text    := ptr3
 ; Return the width of the string for the bitmap font
 
         ldy     _tgi_charwidth
-        sta     ptr1
+        sty     ptr1
         jsr     _strlen
         jsr     umul8x16r16
         ldy     _tgi_textscalew+2       ; Get rounded scale factor