From fe52694b61f4c051ca9bf602f1b0a3ee5c391381 Mon Sep 17 00:00:00 2001 From: cuz Date: Mon, 21 May 2007 20:51:55 +0000 Subject: [PATCH] Fixed a problem with MagerValps changes. git-svn-id: svn://svn.cc65.org/cc65/trunk@3778 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/ca65html/ca65html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5