patch-console_fbtools_c 361 B

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