From 7cd590600a7ff3dd8defc3d639fd3e87f1973015 Mon Sep 17 00:00:00 2001 From: bustico Date: Thu, 15 May 2008 11:59:38 +0000 Subject: cosmetic fix --- debian/changelog | 6 ++++++ tools/Makefile | 2 +- tools/ivyprobe.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ffde824..e507261 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ivy-c (3.11.3) unstable; urgency=low + + * fix timer.c (thanks to brno ivy dev team), and ivydebug.h + + -- Alexandre Bustico Tue, 14 May 2008 11:00:00 +0200 + ivy-c (3.11.2) unstable; urgency=low * fix makefile for openmp lib and tools diff --git a/tools/Makefile b/tools/Makefile index 7f4ed3a..b094dde 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -83,4 +83,4 @@ install_omp: installbins_omp clean: - rm -fR $(TARGETS) $(OMP_TARGET) *~ + rm -fR $(TARGETS) $(OMP_TARGET) *~ *.o diff --git a/tools/ivyprobe.c b/tools/ivyprobe.c index ead6e76..ed16455 100644 --- a/tools/ivyprobe.c +++ b/tools/ivyprobe.c @@ -282,7 +282,7 @@ void IvyPrintBindCallback( IvyClientPtr app, void *user_data, int id, char* rege void TimerCall(TimerId id, void *user_data, unsigned long delta) { printf("Timer callback: %ld delta %lu ms\n", (long)user_data, delta); - IvySendMsg ("TEST TIMER %d", (long)user_data); + IvySendMsg ("TEST TIMER %ld", (long) user_data); /*if ((int)user_data == 5) TimerModify (id, 2000);*/ } #endif -- cgit v1.1