fletcher / MultiMarkdown-4

This project is now deprecated. Please use MultiMarkdown-6 instead!
https://github.com/fletcher/MultiMarkdown-5
Other
307 stars 59 forks source link

Quiet warning about implicit downcasting from long to int. #135

Closed danielpunkass closed 9 years ago

danielpunkass commented 9 years ago

It seems like using a long variable here is the most straightforward solution, even though the offset is always expected to be relatively small, the long variable type prevents us having to cast the result of the pointer math.