Kaydet (Commit) 3d383597 authored tarafından Michael Stahl's avatar Michael Stahl

smoketest: loplugin:nullptr

Change-Id: I849e2e945a31ab37c9a24969d6e1decd69170380
üst d3f83ffa
...@@ -101,7 +101,7 @@ int main (int argc, char **argv) ...@@ -101,7 +101,7 @@ int main (int argc, char **argv)
fprintf( stderr, "Failed to find pre-init symbol: %s\n", lok_dlerror() ); fprintf( stderr, "Failed to find pre-init symbol: %s\n", lok_dlerror() );
return -1; return -1;
} }
preinit( install_path, NULL ); preinit(install_path, nullptr);
} }
Office *pOffice = lok_cpp_init( install_path ); Office *pOffice = lok_cpp_init( install_path );
......
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