Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Mar 11, 2012
1 parent 40c4604 commit bbd545a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filters/Scaling.cpp
Expand Up @@ -477,7 +477,7 @@ void Scaling::writeScaledData( PointBuffer& buffer,

if (to_dimension.getByteSize() == 1)
{
boost::uint8_t i = to_dimension.removeScaling<boost::uint8_t>(i);
boost::uint8_t i = to_dimension.removeScaling<boost::uint8_t>(d);
buffer.setField<boost::uint8_t>(to_dimension, pointIndex, i);
}
else if (to_dimension.getByteSize() == 2)
Expand Down

0 comments on commit bbd545a

Please sign in to comment.