Index: trunk/ippTools/src/regtool.c
===================================================================
--- trunk/ippTools/src/regtool.c	(revision 27168)
+++ trunk/ippTools/src/regtool.c	(revision 27176)
@@ -1078,4 +1078,8 @@
     
     psString where2 = NULL;
+    if (!pxmagicAddWhere(config, &where2, "rawExp")) {
+        psError(psErrorCodeLast(), false, "pxmagicAddWhere failed");
+        return false;
+    }
     if (!pxspaceAddWhere(config, &where2, "rawExp")) {
         psError(psErrorCodeLast(), false, "pxSpaceAddWhere failed");
