* Avoid warning at compilation

git-svn-id: trunk@15894 -
This commit is contained in:
pierre 2010-08-24 14:57:01 +00:00
parent 6f17f34fee
commit 56a35214ad

View File

@ -94,7 +94,7 @@ Begin
it.it_value.tv_sec:=seconds;
it.it_value.tv_usec:=0;
If SetITimer(ITIMER_REAL,it,oitv)<0 Then
Exit(-1);
Exit(cuint(-1));
if oitv.it_value.tv_usec<>0 Then
Inc(oitv.it_value.tv_sec);