From 635405da8f22a8dd80b610b291d9164852488503 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 8 Mar 2009 14:01:10 +0000 Subject: [PATCH] Reacted on compiler warnings of SchilliX-0.6.7 (based on Solaris 5.11) --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/cleanup.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index f3f5e1a..b0d58ee 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2009.03.05.145309" +#define Cdrskin_timestamP "2009.03.08.140120" diff --git a/libburn/cleanup.c b/libburn/cleanup.c index fc92383..1701c17 100644 --- a/libburn/cleanup.c +++ b/libburn/cleanup.c @@ -97,8 +97,8 @@ static int Cleanup_handler_exit(int exit_value, int signum, int flag) return(2); } if(cleanup_exiting) { - fprintf(stderr,"cleanup: ABORT : repeat by pid=%d, signum=%d\n", - getpid(),signum); + fprintf(stderr,"cleanup: ABORT : repeat by pid=%.f, signum=%d\n", + (double) getpid(), signum); return(0); } cleanup_exiting= 1;