Index: trunk/psLib/test/math/tap_psPolyFit1D.c
===================================================================
--- trunk/psLib/test/math/tap_psPolyFit1D.c	(revision 10820)
+++ trunk/psLib/test/math/tap_psPolyFit1D.c	(revision 10848)
@@ -272,5 +272,5 @@
     }
 
-    psPolynomial1D *rc = NULL;
+    bool rc = false;
     if (flags & TS00_CLIP_FIT) {
         rc = psVectorClipFitPolynomial1D(myPoly, stats, mask, MASK_VALUE, f, fErr, x);
@@ -279,5 +279,5 @@
     }
 
-    if (rc == NULL) {
+    if (!rc) {
         if (expectedRC == true) {
             diag("TEST ERROR: the 1D polynomial fitting function returned NULL.\n");
