Index: /branches/eam_branches/ipp-20120805/psLib/src/imageops/psImageInterpolate.c
===================================================================
--- /branches/eam_branches/ipp-20120805/psLib/src/imageops/psImageInterpolate.c	(revision 34394)
+++ /branches/eam_branches/ipp-20120805/psLib/src/imageops/psImageInterpolate.c	(revision 34395)
@@ -186,5 +186,5 @@
                                        )
 {
-    psAssert(frac >= 0.0 && frac < 1.0, "Pixel fraction is %f", frac);
+    psAssert(frac >= 0.0 && frac <= 1.0, "Pixel fraction is %f", frac);
     switch (mode) {
       case PS_INTERPOLATE_FLAT:
