Index: trunk/psLib/test/math/tap_psPolyFit4D.c
===================================================================
--- trunk/psLib/test/math/tap_psPolyFit4D.c	(revision 10820)
+++ trunk/psLib/test/math/tap_psPolyFit4D.c	(revision 10848)
@@ -377,5 +377,5 @@
     }
 
-    psPolynomial4D *rc = NULL;
+    bool rc = false;
     if (flags & TS00_CLIP_FIT) {
         rc = psVectorClipFitPolynomial4D(myPoly, stats, mask, MASK_VALUE, f, fErr, x, y, z, t);
@@ -384,5 +384,5 @@
     }
 
-    if (rc == NULL) {
+    if (!rc) {
         if (expectedRC == true) {
             diag("TEST ERROR: the 4D polynomial fitting function returned NULL.\n");
