[master] Explicitly cast the integer value to streampos.
Older gcc compiler (4.1) doesn't implicitly cast the integer value to a streampos value. This caused compilation problems on Centos5. The explicit cast eliminates this issue.
Please register or sign in to comment