Kaydet (Commit) 1a77081b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

lok_init can fail (in which case it printed sth to stderr already)

Change-Id: I1c59a4fabf2f48f5f3637077496be5e252794b60
üst 4d58121e
......@@ -208,6 +208,8 @@ int main( int argc, char* argv[] )
}
pOffice = lok_init( argv[1] );
if ( pOffice == NULL )
return 1;
gtk_init( &argc, &argv );
......
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