diff options
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/po.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/po.cxx b/l10ntools/source/po.cxx index 6ce50188a830..8ee7dc9c388d 100644 --- a/l10ntools/source/po.cxx +++ b/l10ntools/source/po.cxx @@ -185,7 +185,7 @@ void GenPoEntry::setFuzzy(const bool bFuzzy) //Write to file void GenPoEntry::writeToFile(std::ofstream& rOFStream) const { - if ( rOFStream.tellp() != 0 ) + if ( rOFStream.tellp() != std::ofstream::pos_type( 0 )) rOFStream << std::endl; if ( !m_sExtractCom.isEmpty() ) rOFStream |