X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxpoly%2Factive.c;h=340d5bcd568e1759a98f210a5bad716a29eac15a;hp=5a2c4513233c1565c05a9d7445115388fc4fe367;hb=e3f35893d64112de70839da517c31e239a250b6a;hpb=3513ae007a04da02f11cdca9f0d08ddda9eac245 diff --git a/lib/gfxpoly/active.c b/lib/gfxpoly/active.c index 5a2c451..340d5bc 100644 --- a/lib/gfxpoly/active.c +++ b/lib/gfxpoly/active.c @@ -46,7 +46,7 @@ void actlist_verify(actlist_t*a, int32_t y) /* we need to re-evaluate the x of the previous segment. if we try to store it, it might end up being converted to a double, which will make it non-equal to (and possibly larger than) the - "long double" the FPU has in it's register. This only happens + "long double" the FPU has in its register. This only happens when compiler optimizations are turned on. */ assert((XPOS(s, y) - XPOS(l, y)) >= 0); assert(XDIFF(s,l,y) >= 0);