Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/testsuite/winsup.api/iospeed.c')
-rw-r--r--winsup/testsuite/winsup.api/iospeed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/testsuite/winsup.api/iospeed.c b/winsup/testsuite/winsup.api/iospeed.c
index d286f90bd..56bf715cf 100644
--- a/winsup/testsuite/winsup.api/iospeed.c
+++ b/winsup/testsuite/winsup.api/iospeed.c
@@ -33,7 +33,7 @@ void
end()
{
unsigned long end_tic = GetTickCount();
- printf("%6d", end_tic - start_tic);
+ printf("%6ld", end_tic - start_tic);
}
void