From: cuz Date: Mon, 21 May 2007 20:51:55 +0000 (+0000) Subject: Fixed a problem with MagerValps changes. X-Git-Tag: V2.12.0~78 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fe52694b61f4c051ca9bf602f1b0a3ee5c391381;p=cc65 Fixed a problem with MagerValps changes. git-svn-id: svn://svn.cc65.org/cc65/trunk@3778 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/ca65html/ca65html b/src/ca65html/ca65html index 4b7c3a872..fd6287788 100755 --- a/src/ca65html/ca65html +++ b/src/ca65html/ca65html @@ -576,7 +576,7 @@ sub Process2 { $Label = $Labels{$OutName}{$Id}; # Print the label with a tag - $OutLine .= sprintf ("%s%s%s%s", $Label, $1, $2, $3, $4); + $OutLine .= sprintf ("%s%s%s", $Label, $1, $2, $3); } # Print any leading whitespace and remove it, so we don't have to