gegl r2509 - in branches/branch2_zhangjb: . operations/frequency/tools



Author: zhangjb
Date: Sun Jun 29 16:04:25 2008
New Revision: 2509
URL: http://svn.gnome.org/viewvc/gegl?rev=2509&view=rev

Log:
* operations/frequency/tools/display.c: a small bug fixed.


Modified:
   branches/branch2_zhangjb/ChangeLog
   branches/branch2_zhangjb/operations/frequency/tools/display.c

Modified: branches/branch2_zhangjb/operations/frequency/tools/display.c
==============================================================================
--- branches/branch2_zhangjb/operations/frequency/tools/display.c	(original)
+++ branches/branch2_zhangjb/operations/frequency/tools/display.c	Sun Jun 29 16:04:25 2008
@@ -80,7 +80,7 @@
   gfloat tmin = 9000000.0;
   gfloat tmax =-9000000.0;
 
-  gint i;
+  glong i;
   for (i=0; i<samples; i++)
     {
       gfloat val = buf[i];



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]