Skip to content

Commit

Permalink
Tidy whitespace in ImfStringVectorAttribute.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
  • Loading branch information
peterhillman authored and cary-ilm committed Aug 9, 2020
1 parent fcaa169 commit 849c677
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OpenEXR/IlmImf/ImfStringVectorAttribute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ StringVectorAttribute::writeValueTo (OPENEXR_IMF_INTERNAL_NAMESPACE::OStream &os
for (int i = 0; i < size; i++)
{
int strSize = _value[i].size();

Xdr::write <StreamIO> (os, strSize);
Xdr::write <StreamIO> (os, &_value[i][0], strSize);
}
Expand Down

0 comments on commit 849c677

Please sign in to comment.