Zero is deleted as a possible argument to LOI and STI.
authorkeie <none@none>
Thu, 31 Jan 1985 14:03:56 +0000 (14:03 +0000)
committerkeie <none@none>
Thu, 31 Jan 1985 14:03:56 +0000 (14:03 +0000)
Allowing that was an oversight.

doc/em/em.i

index 560c4bf..23d821c 100644 (file)
@@ -240,7 +240,7 @@ begin if (a<0) or (a>maxoffs)
 end;
 
 function argo(a:double):size;
-begin if (a<0) or (a>maxoffs)
+begin if (a<=0) or (a>maxoffs)
        then trap(EODDZ)
        else if (a mod wsize<>0) and (wsize mod a<>0) then trap(EODDZ);
       argo:=a ;