[xiph-commits] r17535 - trunk/Tremor

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Wed Oct 13 23:42:52 PDT 2010


Author: xiphmont
Date: 2010-10-13 23:42:51 -0700 (Wed, 13 Oct 2010)
New Revision: 17535

Modified:
   trunk/Tremor/iseeking_example.c
Log:
Correct 'seconds' to 'milliseconds', a cosmetic error that's been there since the iseeking_example was originally copied over from reference.



Modified: trunk/Tremor/iseeking_example.c
===================================================================
--- trunk/Tremor/iseeking_example.c	2010-10-14 06:33:23 UTC (rev 17534)
+++ trunk/Tremor/iseeking_example.c	2010-10-14 06:42:51 UTC (rev 17535)
@@ -199,7 +199,7 @@
 
     fprintf(stderr,"\r");
     {
-      fprintf(stderr,"testing time page seeking to random places in %ld seconds....\n",
+      fprintf(stderr,"testing time page seeking to random places in %ld milliseconds....\n",
               (long)timelength);
     
       for(i=0;i<1000;i++){
@@ -218,7 +218,7 @@
 
     fprintf(stderr,"\r");
     {
-      fprintf(stderr,"testing time exact seeking to random places in %ld seconds....\n",
+      fprintf(stderr,"testing time exact seeking to random places in %ld milliseconds....\n",
               (long)timelength);
     
       for(i=0;i<1000;i++){



More information about the commits mailing list