Index: trunk/ippTools/src/camtool.c
===================================================================
--- trunk/ippTools/src/camtool.c	(revision 11625)
+++ trunk/ippTools/src/camtool.c	(revision 11702)
@@ -59,5 +59,5 @@
         MODECASE(P3TOOL_MODE_UNBLOCK,           unblockMode);
         default:
-            psAbort(argv[0], "invalid option (this should not happen)");
+            psAbort("invalid option (this should not happen)");
     }
 
Index: trunk/ippTools/src/camtoolConfig.c
===================================================================
--- trunk/ippTools/src/camtoolConfig.c	(revision 11625)
+++ trunk/ippTools/src/camtoolConfig.c	(revision 11702)
@@ -188,5 +188,5 @@
         while ((item = psMetadataGetAndIncrement(iter))) {
             if (!item->type == PS_DATA_METADATA) {
-                psAbort(argv[0], "all options must be specified as a metadata");            }
+                psAbort("all options must be specified as a metadata");            }
 
             fprintf(stdout, "%s ", item->name);
Index: trunk/ippTools/src/chiptool.c
===================================================================
--- trunk/ippTools/src/chiptool.c	(revision 11625)
+++ trunk/ippTools/src/chiptool.c	(revision 11702)
@@ -65,5 +65,5 @@
         MODECASE(P2TOOL_MODE_UNBLOCK,               unblockMode);
         default:
-            psAbort(argv[0], "invalid option (this should not happen)");
+            psAbort("invalid option (this should not happen)");
     }
 
Index: trunk/ippTools/src/chiptoolConfig.c
===================================================================
--- trunk/ippTools/src/chiptoolConfig.c	(revision 11625)
+++ trunk/ippTools/src/chiptoolConfig.c	(revision 11702)
@@ -225,5 +225,5 @@
         while ((item = psMetadataGetAndIncrement(iter))) {
             if (!item->type == PS_DATA_METADATA) {
-                psAbort(argv[0], "all options must be specified as a metadata");            }
+                psAbort("all options must be specified as a metadata");            }
 
             fprintf(stdout, "%s ", item->name);
Index: trunk/ippTools/src/detselect.c
===================================================================
--- trunk/ippTools/src/detselect.c	(revision 11625)
+++ trunk/ippTools/src/detselect.c	(revision 11702)
@@ -47,5 +47,5 @@
         MODECASE(DETSELECT_MODE_SELECT,        selectMode);
         default:
-            psAbort(argv[0], "invalid option (this should not happen)");
+            psAbort("invalid option (this should not happen)");
     }
 
Index: trunk/ippTools/src/detselectConfig.c
===================================================================
--- trunk/ippTools/src/detselectConfig.c	(revision 11625)
+++ trunk/ippTools/src/detselectConfig.c	(revision 11702)
@@ -118,5 +118,5 @@
         while ((item = psMetadataGetAndIncrement(iter))) {
             if (!item->type == PS_DATA_METADATA) {
-                psAbort(argv[0], "all options must be specified as a metadata");            }
+                psAbort("all options must be specified as a metadata");            }
 
             fprintf(stdout, "%s ", item->name);
Index: trunk/ippTools/src/dettool.c
===================================================================
--- trunk/ippTools/src/dettool.c	(revision 11625)
+++ trunk/ippTools/src/dettool.c	(revision 11702)
@@ -136,5 +136,5 @@
         MODECASE(DETTOOL_MODE_REGISTER_DETREND_IMFILE, register_detrend_imfileMode);
         default:
-            psAbort(argv[0], "invalid option (this should not happen)");
+            psAbort("invalid option (this should not happen)");
     }
 
@@ -457,6 +457,5 @@
         psFree(iter);
     } else {
-        psAbort(config->argv[0],
-                "-exp_tag was not parsed correctly (this should not happen");
+        psAbort(                "-exp_tag was not parsed correctly (this should not happen");
     }
 
@@ -476,6 +475,5 @@
     // we should have one rawExp row per exp_tag specified
     if (psListLength(item->data.list) != psArrayLength(detrendExps)) {
-        psAbort(config->argv[0],
-    "an -exp_tag matched more then one rawExp (this should not happen");
+        psAbort(    "an -exp_tag matched more then one rawExp (this should not happen");
 
     }
@@ -579,5 +577,5 @@
     // sanity check results
     if (psArrayLength(detRuns) != 1) {
-        psAbort(config->argv[0], "found more then one detRun matching det_id %ld(this should not happen)", det_id);
+        psAbort("found more then one detRun matching det_id %ld(this should not happen)", det_id);
         return false;
     }
@@ -1213,5 +1211,5 @@
     // sanity check results
     if (psArrayLength(detRuns) != 1) {
-        psAbort(config->argv[0], "found more then one detRun matching det_id %ld(this should not happen)", det_id);
+        psAbort("found more then one detRun matching det_id %ld(this should not happen)", det_id);
         return false;
     }
@@ -1266,5 +1264,5 @@
     // sanity check the result... we should have only found one det_id
     if (psArrayLength(detRuns) != 1) {
-        psAbort(config->argv[0], "found more then one detRun matching det_id %d(this should not happen)", (psS32)atoi(det_id));
+        psAbort("found more then one detRun matching det_id %d(this should not happen)", (psS32)atoi(det_id));
         return false;                   // unreachable
     }
@@ -1627,5 +1625,5 @@
     // sanity check the result... we should have only found one det_id
     if (psArrayLength(newDetRuns) != 1) {
-        psAbort(config->argv[0], "found more then one detRun matching det_id %ld(this should not happen)", newDet_id);
+        psAbort("found more then one detRun matching det_id %ld(this should not happen)", newDet_id);
         return false;                   // unreachable
     }
@@ -5962,6 +5960,5 @@
         psFree(iter);
     } else {
-        psAbort(config->argv[0],
-                "-exp_tag was not parsed correctly (this should not happen");
+        psAbort(                "-exp_tag was not parsed correctly (this should not happen");
     }
 
@@ -6462,6 +6459,5 @@
     if (psArrayLength(detRuns) != 1) {
         // this should no happen
-        psAbort(config->argv[0],
-                "database query return too many rows (this should not happen");
+        psAbort(                "database query return too many rows (this should not happen");
     }
 
Index: trunk/ippTools/src/dettoolConfig.c
===================================================================
--- trunk/ippTools/src/dettoolConfig.c	(revision 11625)
+++ trunk/ippTools/src/dettoolConfig.c	(revision 11702)
@@ -863,5 +863,5 @@
         while ((item = psMetadataGetAndIncrement(iter))) {
             if (!item->type == PS_DATA_METADATA) {
-                psAbort(argv[0], "all options must be specified as a metadata");
+                psAbort("all options must be specified as a metadata");
             }
 
Index: trunk/ippTools/src/guidetool.c
===================================================================
--- trunk/ippTools/src/guidetool.c	(revision 11625)
+++ trunk/ippTools/src/guidetool.c	(revision 11702)
@@ -47,5 +47,5 @@
             break;
         default:
-            psAbort(argv[0], "invalid option (this should not happen)");
+            psAbort("invalid option (this should not happen)");
     }
 
Index: trunk/ippTools/src/pxadmin.c
===================================================================
--- trunk/ippTools/src/pxadmin.c	(revision 11625)
+++ trunk/ippTools/src/pxadmin.c	(revision 11702)
@@ -50,5 +50,5 @@
             break;
         default:
-            psAbort(argv[0], "invalid option (this should not happen)");
+            psAbort("invalid option (this should not happen)");
     }
 
Index: trunk/ippTools/src/pxadminConfig.c
===================================================================
--- trunk/ippTools/src/pxadminConfig.c	(revision 11625)
+++ trunk/ippTools/src/pxadminConfig.c	(revision 11702)
@@ -49,5 +49,5 @@
         psArgumentRemove(N, &argc, argv);
         if (config->mode) {
-            psAbort(argv[0], "only one mode selection is allowed");
+            psAbort("only one mode selection is allowed");
         }
         config->mode = PXADMIN_MODE_CREATE;
@@ -56,5 +56,5 @@
         psArgumentRemove(N, &argc, argv);
         if (config->mode) {
-            psAbort(argv[0], "only one mode selection is allowed");
+            psAbort("only one mode selection is allowed");
         }
         config->mode = PXADMIN_MODE_DELETE;
@@ -63,5 +63,5 @@
         psArgumentRemove(N, &argc, argv);
         if (config->mode) {
-            psAbort(argv[0], "only one mode selection is allowed");
+            psAbort("only one mode selection is allowed");
         }
         config->mode = PXADMIN_MODE_RECREATE;
Index: trunk/ippTools/src/pxinject.c
===================================================================
--- trunk/ippTools/src/pxinject.c	(revision 11625)
+++ trunk/ippTools/src/pxinject.c	(revision 11702)
@@ -49,5 +49,5 @@
         MODECASE(PXINJECT_MODE_NEWIMFILE, newImfileMode);
         default:
-            psAbort(argv[0], "invalid option (this should not happen)");
+            psAbort("invalid option (this should not happen)");
     }
 
Index: trunk/ippTools/src/pztool.c
===================================================================
--- trunk/ippTools/src/pztool.c	(revision 11625)
+++ trunk/ippTools/src/pztool.c	(revision 11702)
@@ -55,5 +55,5 @@
         MODECASE(PZTOOL_MODE_COPYDONE, copydoneMode);
         default:
-            psAbort(argv[0], "invalid option (this should not happen)");
+            psAbort("invalid option (this should not happen)");
     }
 
Index: trunk/ippTools/src/pztoolConfig.c
===================================================================
--- trunk/ippTools/src/pztoolConfig.c	(revision 11625)
+++ trunk/ippTools/src/pztoolConfig.c	(revision 11702)
@@ -139,5 +139,5 @@
         while ((item = psMetadataGetAndIncrement(iter))) {
             if (!item->type == PS_DATA_METADATA) {
-                psAbort(argv[0], "all options must be specified as a metadata");
+                psAbort("all options must be specified as a metadata");
             }
 
Index: trunk/ippTools/src/regtool.c
===================================================================
--- trunk/ippTools/src/regtool.c	(revision 11625)
+++ trunk/ippTools/src/regtool.c	(revision 11702)
@@ -72,5 +72,5 @@
         MODECASE(P0TOOL_MODE_UPDATEPROCESSEDEXP,    updateprocessedexpMode);
         default:
-            psAbort(argv[0], "invalid option (this should not happen)");
+            psAbort("invalid option (this should not happen)");
     }
 
Index: trunk/ippTools/src/regtoolConfig.c
===================================================================
--- trunk/ippTools/src/regtoolConfig.c	(revision 11625)
+++ trunk/ippTools/src/regtoolConfig.c	(revision 11702)
@@ -259,5 +259,5 @@
         while ((item = psMetadataGetAndIncrement(iter))) {
             if (!item->type == PS_DATA_METADATA) {
-                psAbort(argv[0], "all options must be specified as a metadata");            }
+                psAbort("all options must be specified as a metadata");            }
 
             fprintf(stdout, "%s ", item->name);
Index: trunk/ippTools/src/warptool.c
===================================================================
--- trunk/ippTools/src/warptool.c	(revision 11625)
+++ trunk/ippTools/src/warptool.c	(revision 11702)
@@ -69,5 +69,5 @@
         MODECASE(P4TOOL_MODE_DIFFIMFILE,        diffimfileMode);
         default:
-            psAbort(argv[0], "invalid option (this should not happen)");
+            psAbort("invalid option (this should not happen)");
     }
 
Index: trunk/ippTools/src/warptoolConfig.c
===================================================================
--- trunk/ippTools/src/warptoolConfig.c	(revision 11625)
+++ trunk/ippTools/src/warptoolConfig.c	(revision 11702)
@@ -229,5 +229,5 @@
         while ((item = psMetadataGetAndIncrement(iter))) {
             if (!item->type == PS_DATA_METADATA) {
-                psAbort(argv[0], "all options must be specified as a metadata");
+                psAbort("all options must be specified as a metadata");
             }
 
