Skip to content

Commit

Permalink
fixed another code generation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenArzt committed Sep 20, 2024
1 parent c931783 commit edf5b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/xml/options/make-soot-options.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public class Options extends OptionsBase {
<xsl:template mode="parse" match="boolopt">
else if (false<xsl:text/>
<xsl:choose>
<xsl:when test="default='true'">
<xsl:when test="child::default='true'">
<xsl:for-each select="alias">
|| option.equals("no-<xsl:value-of select="."/>")<xsl:text/>
</xsl:for-each>
Expand Down

0 comments on commit edf5b39

Please sign in to comment.