Index: trunk/psLib/src/image/psImageExtraction.c
===================================================================
--- trunk/psLib/src/image/psImageExtraction.c	(revision 3682)
+++ trunk/psLib/src/image/psImageExtraction.c	(revision 3684)
@@ -9,6 +9,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-07 20:27:41 $
+ *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-08 17:58:57 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -428,9 +428,9 @@
         imgVec = psAlloc(sizeof(psVector));
         imgVec->type = in->type;
-        imgVec->n = imgVec->nalloc = numCols;
+        imgVec->n = *(int*)&imgVec->nalloc = numCols;
         if (mask != NULL) {
             maskVec = psAlloc(sizeof(psVector));
             maskVec->type = mask->type;
-            maskVec->n = maskVec->nalloc = numCols;
+            maskVec->n = *(int*)&maskVec->nalloc = numCols;
         }
         // recycle output to make a proper sized/type output structure
