Minor fix for linux build.

This commit is contained in:
Jim Norman 2007-01-05 11:07:19 +00:00
parent d81e894996
commit 503da7f739

View File

@ -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);