]> git.sur5r.net Git - cc65/commitdiff
Fixed a problem with MagerValps changes.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 21 May 2007 20:51:55 +0000 (20:51 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 21 May 2007 20:51:55 +0000 (20:51 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3778 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ca65html/ca65html

index 4b7c3a8720793a73e872c974fca5137979ebd008..fd6287788285737616aaf2d18e153ad18a0af2e8 100755 (executable)
@@ -576,7 +576,7 @@ sub Process2 {
            $Label = $Labels{$OutName}{$Id};
 
            # Print the label with a tag
-                   $OutLine .= sprintf ("<a name=\"%s\">%s%s</a>%s%s", $Label, $1, $2, $3, $4);
+                   $OutLine .= sprintf ("<a name=\"%s\">%s%s</a>%s", $Label, $1, $2, $3);
        }
 
        # Print any leading whitespace and remove it, so we don't have to