Skip to content

Commit

Permalink
Refs #19236: set bitmask initial value
Browse files Browse the repository at this point in the history
Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
  • Loading branch information
JLBuenoLopez committed Sep 13, 2023
1 parent e1193e3 commit 92919e6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,8 @@ $if(member.annotationDefault)$
$elseif(!member.annotationOptional)$
$if(member.typecode.initialValue)$
{$member.typecode.initialValue$}
$elseif(member.typecode.isBitmaskType)$
{0}
$endif$
$endif$
$endif$
Expand Down

0 comments on commit 92919e6

Please sign in to comment.