missing else, *cough*
This commit is contained in:
parent
4355a7843e
commit
a31275041c
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ SAL_IMPLEMENT_MAIN() {
|
|||
testlib = rtl::OUStringToOString(arg, osl_getThreadTextEncoding()).getStr();
|
||||
args += testlib;
|
||||
}
|
||||
else
|
||||
{
|
||||
args += ' ';
|
||||
args += rtl::OUStringToOString(arg, osl_getThreadTextEncoding()).getStr();
|
||||
|
|
Loading…
Reference in a new issue