diff options
author | Uoti Urpala <uau@symbol.nonexistent.invalid> | 2008-04-23 14:23:49 +0300 |
---|---|---|
committer | Uoti Urpala <uau@symbol.nonexistent.invalid> | 2008-04-23 14:23:49 +0300 |
commit | 70e0372a51ec0d040e996d56101b731a4b72d11d (patch) | |
tree | 91b2f65db46d8846696ba83a3d61d526ab9380b5 /TOOLS/realcodecs/28_8.c | |
parent | e14d43f764c5043e5907852e09d61db912ee49f2 (diff) | |
parent | c051bef87c5a7337b2aca3d4b77fc392a8392780 (diff) |
Merge svn changes up to r26510
r26469 and r26470 (which revert files to inferior versions "because
it's policy") are ignored.
Diffstat (limited to 'TOOLS/realcodecs/28_8.c')
-rw-r--r-- | TOOLS/realcodecs/28_8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/realcodecs/28_8.c b/TOOLS/realcodecs/28_8.c index c4e3a60cee..9a0ddf56d0 100644 --- a/TOOLS/realcodecs/28_8.c +++ b/TOOLS/realcodecs/28_8.c @@ -114,7 +114,7 @@ void toc() { usecs+=1000000; --secs; } - fprintf(stderr, "Duration: %ld.%0.6lds\n", secs, usecs); + fprintf(stderr, "Duration: %ld.%.6lds\n", secs, usecs); } |