Index: trunk/psModules/src/camera/pmFPA_JPEG.c
===================================================================
--- trunk/psModules/src/camera/pmFPA_JPEG.c	(revision 7278)
+++ trunk/psModules/src/camera/pmFPA_JPEG.c	(revision 7311)
@@ -5,6 +5,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-02 00:55:22 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-03 01:02:08 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -141,5 +141,6 @@
 
         // XXX we need to decide where the scale will come from in the long term
-        psImageClippedStatsInit (10000);
+        unsigned long seed = 0;
+        psImageClippedStatsInit (10000, seed);
 
         psStats *stats = psImageClippedStats (readout->image, NULL, 0, 0.25, 0.75);
