Kaydet (Commit) 48a46f63 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix LLVMFuzzerInitialize

Change-Id: I238d210bccbf74913b5f2c0ec2de0ac27d93fef6
üst ec65b855
...@@ -25,7 +25,7 @@ using namespace ::com::sun::star::uno; ...@@ -25,7 +25,7 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang; using namespace ::com::sun::star::lang;
using namespace cppu; using namespace cppu;
int LLVMFuzzerInitialize(int *argc, char ***argv) extern "C" int LLVMFuzzerInitialize(int *argc, char ***argv)
{ {
osl_setCommandArgs(*argc, *argv); osl_setCommandArgs(*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