aboutsummaryrefslogtreecommitdiffstats
path: root/fix
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-07-07 12:14:47 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-07-07 12:14:47 +0000
commit871294f998c5a598fecaacbdedca3f4bac1fa35e (patch)
tree25c0dadb99414cd0d95c867e6da76c34c44de50c /fix
parentd3c75a218b144b54cf1b8b7c708eb9b009ea4082 (diff)
From Kovarththanan Rajaratnam:
Duplicate name/blurb removal from packet-fix.h (and template) svn path=/trunk/; revision=28982
Diffstat (limited to 'fix')
-rw-r--r--fix/hfField.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fix/hfField.xsl b/fix/hfField.xsl
index af059e691e..3a01365ef1 100644
--- a/fix/hfField.xsl
+++ b/fix/hfField.xsl
@@ -20,6 +20,6 @@ static hf_register_info hf_FIX[] = {
{ &amp;fix_fields[<xsl:value-of select="position( ) -1" />].hf_id,
{ "<xsl:value-of select="@name"/> (<xsl:value-of select="@number"/>)", "fix.<xsl:value-of select="@name"/>",
FT_STRING, BASE_NONE, NULL, 0x00,
- "<xsl:value-of select="@name"/> (<xsl:value-of select="@number"/>)", HFILL }
+ NULL, HFILL }
},</xsl:for-each></xsl:template>
</xsl:stylesheet>