Index: trunk/psLib/src/imageops/psImageGeomManip.c
===================================================================
--- trunk/psLib/src/imageops/psImageGeomManip.c	(revision 7380)
+++ trunk/psLib/src/imageops/psImageGeomManip.c	(revision 7524)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-07 03:22:06 $
+ *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-12 20:44:04 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -776,6 +776,6 @@
         // create the output image.
         output = psImageRecycle(output, numCols, numRows, input->type.type);
-        *(psS32*)&output->col0 = region.x0;
-        *(psS32*)&output->row0 = region.y0;
+        output->col0 = region.x0;
+        output->row0 = region.y0;
     } else { // size of output is determined by output parameter
         numRows = output->numRows;
