Skip to content

Commit

Permalink
Change to prefix decrement
Browse files Browse the repository at this point in the history
  • Loading branch information
wkbrd committed Oct 20, 2023
1 parent 5888aa9 commit 5d1fa40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TAO/tests/CodeSets/libs/UCS4_UTF16/WUCS4_UTF16.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,8 @@ WUCS4_UTF16::write_wstring (ACE_OutputCDR & cdr,
if (this->write_4 (cdr, &l) && x != 0)
{
this->write_2 (cdr, &bom);
len--;
length--;
--len;
--length;
return this->write_measured_wchar_array (cdr, x, len, length);
}
}
Expand Down

0 comments on commit 5d1fa40

Please sign in to comment.