summaryrefslogtreecommitdiff
path: root/package/xawtv/patches/patch-console_fbtools_c
blob: aa4d98bb6c998ddf31e11da3d1ad982b0e8df199 (plain)
1
2
3
4
5
6
7
8
9
10
--- xawtv-3.102.orig/console/fbtools.c	2011-09-05 19:26:02.000000000 +0200
+++ xawtv-3.102/console/fbtools.c	2011-09-26 21:10:50.109340133 +0200
@@ -520,6 +520,6 @@ fb_catch_exit_signals(void)
 
     /* cleanup */
     fb_cleanup();
-    fprintf(stderr,"Oops: %s\n",sys_siglist[termsig]);
+    fprintf(stderr,"Oops: %s\n",strsignal(termsig));
     exit(42);
 }