From 570346b3a5ae1a101ea43a3da9c0410bc921bfab Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 12 Jul 2011 11:02:47 +0000 Subject: [PATCH] Reacted on warning of cppcheck about libburn/cleanup.c --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/cleanup.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 4a11e85..55f668b 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2011.07.12.110131" +#define Cdrskin_timestamP "2011.07.12.110223" diff --git a/libburn/cleanup.c b/libburn/cleanup.c index f80e749..c52bf44 100644 --- a/libburn/cleanup.c +++ b/libburn/cleanup.c @@ -1,5 +1,5 @@ /* - cleanup.c , Copyright 2006 Thomas Schmitt + cleanup.c , Copyright 2006 - 2011 Thomas Schmitt A signal handler which cleans up an application and exits. @@ -205,9 +205,10 @@ main() Cleanup_set_handlers(&demoapp,(Cleanup_app_handler_T) Demo_app_handler,0); if(1) { /* change to 0 in order to wait for external signals */ - char *cpt= NULL,c; + char *cpt= NULL, c= ' '; printf("Intentionally provoking SIGSEGV ...\n"); c= *cpt; + printf("Strange: The system ignored a SIGSEGV: c= %u\n", (unsigned int) c); } else { printf("killme: %d\n",getpid()); sleep(3600);