Reacted on compiler warnings of SchilliX-0.6.7 (based on Solaris 5.11)
This commit is contained in:
parent
78da3f76b1
commit
d7b29469f7
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2009.03.05.145309"
|
#define Cdrskin_timestamP "2009.03.08.140120"
|
||||||
|
@ -97,8 +97,8 @@ static int Cleanup_handler_exit(int exit_value, int signum, int flag)
|
|||||||
return(2);
|
return(2);
|
||||||
}
|
}
|
||||||
if(cleanup_exiting) {
|
if(cleanup_exiting) {
|
||||||
fprintf(stderr,"cleanup: ABORT : repeat by pid=%d, signum=%d\n",
|
fprintf(stderr,"cleanup: ABORT : repeat by pid=%.f, signum=%d\n",
|
||||||
getpid(),signum);
|
(double) getpid(), signum);
|
||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
cleanup_exiting= 1;
|
cleanup_exiting= 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user