mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
Fixed a problem with MagerValps changes.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3778 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -576,7 +576,7 @@ sub Process2 {
|
|||||||
$Label = $Labels{$OutName}{$Id};
|
$Label = $Labels{$OutName}{$Id};
|
||||||
|
|
||||||
# Print the label with a tag
|
# 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
|
# Print any leading whitespace and remove it, so we don't have to
|
||||||
|
Reference in New Issue
Block a user