Kaydet (Commit) f916abe7 authored tarafından David Tardon's avatar David Tardon

do not print anything when the comparison succeeded

Change-Id: I09392985fbf2d8ef9f76f43fee1b5a711ae1bbab
üst fc299873
......@@ -2049,19 +2049,6 @@ int _cdecl main( int argc, char * argv[] )
sal::static_int_cast< unsigned long >(nError));
}
}
else
{
if ( options.unoTypeCheck() )
{
fprintf(stdout, "%s: registries are compatible!\n",
options.getProgramName().c_str());
}
else
{
fprintf(stdout, "%s: registries are equal!\n",
options.getProgramName().c_str());
}
}
key1.releaseKey();
key2.releaseKey();
......
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