Minor fix for linux build.
This commit is contained in:
parent
d81e894996
commit
503da7f739
@ -330,7 +330,7 @@ namespace sscs.verbs
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dt != null)
|
if (dt.Ticks > 0)
|
||||||
{
|
{
|
||||||
wo.SetObject(dt);
|
wo.SetObject(dt);
|
||||||
wo.SetError(constants.RetCodes.SUCCESS, null);
|
wo.SetError(constants.RetCodes.SUCCESS, null);
|
||||||
|
Loading…
Reference in New Issue
Block a user