1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-27 09:33:42 +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:
cuz 2007-05-21 20:51:55 +00:00
parent b66b04f289
commit fe52694b61

View File

@ -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