From Dimi Christop, build fix for RHEL 4.

This commit is contained in:
Robert Osfield
2011-05-30 13:02:13 +00:00
parent 0201480582
commit 594b4bf873

View File

@@ -185,7 +185,7 @@ toff_t libtiffOStreamSeekProc(thandle_t fd, toff_t off, int i)
{
if (off==0)
{
std::ostream::streampos checkEmpty = fout->tellp();
std::streampos checkEmpty = fout->tellp();
if(checkEmpty < 0)
{
return 0;