VirtualBox

Changeset 94374 in vbox for trunk/src/VBox/Main/glue


Ignore:
Timestamp:
Mar 25, 2022 4:07:05 PM (3 years ago)
Author:
vboxsync
Message:

Main/glue-java.xsl: Another incorrect @safearray assumtion about it being opional.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/glue-java.xsl

    r82970 r94374  
    17991799    <xsl:when test="$G_vboxGlueStyle='xpcom'">
    18001800      <xsl:value-of select="concat('            ', $backtype, ' ', $retval, ' = getTypedWrapped().', $gettername, '(')" />
    1801       <xsl:if test="@safearray">
     1801      <xsl:if test="@safearray='yes'">
    18021802        <xsl:text>null</xsl:text>
    18031803      </xsl:if>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette