Kaydet (Commit) 625e1e8b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wlogical-not-parentheses

Change-Id: I7a61ce2b235e7aa566d647fcca2dcfc09799e648
üst a7fb491f
...@@ -60,7 +60,7 @@ public: ...@@ -60,7 +60,7 @@ public:
inline LibLibreOffice *lo_cpp_init( const char *install_path ) inline LibLibreOffice *lo_cpp_init( const char *install_path )
{ {
LibreOffice *pThis = lo_init( install_path ); LibreOffice *pThis = lo_init( install_path );
if( !pThis || !pThis->nSize > 0 ) if( !pThis || pThis->nSize == 0 )
return NULL; return NULL;
return new LibLibreOffice( pThis ); return new LibLibreOffice( pThis );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment