Skip to content
Snippets Groups Projects
Commit 6af8828f authored by Monty's avatar Monty
Browse files

Correct 'seconds' to 'milliseconds', a cosmetic error that's been there since...

Correct 'seconds' to 'milliseconds', a cosmetic error that's been there since the iseeking_example was originally copied over from reference.



git-svn-id: https://svn.xiph.org/trunk/Tremor@17535 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent b9c08ec6
No related branches found
No related tags found
No related merge requests found
...@@ -199,7 +199,7 @@ int main(){ ...@@ -199,7 +199,7 @@ int main(){
fprintf(stderr,"\r"); 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); (long)timelength);
for(i=0;i<1000;i++){ for(i=0;i<1000;i++){
...@@ -218,7 +218,7 @@ int main(){ ...@@ -218,7 +218,7 @@ int main(){
fprintf(stderr,"\r"); 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); (long)timelength);
for(i=0;i<1000;i++){ for(i=0;i<1000;i++){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment