Index: branches/pap/ippTools/src/pxmagic.c
===================================================================
--- branches/pap/ippTools/src/pxmagic.c	(revision 27708)
+++ branches/pap/ippTools/src/pxmagic.c	(revision 28003)
@@ -85,6 +85,7 @@
     }
     if (destreaked) {
-        psStringAppend(out, " AND %s.magicked > 0", table);
+        psStringAppend(out, " AND %s.magicked != 0", table);
     }
+    // Note -magicked is  handled by the caller. XXX: Why?
     return true;
 }
