mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
fbida: a few applications for viewing and editing images; ghostscript as
a requirement for fbgs, a wrapper script for viewing ps/pdf files on the framebuffer console using fbi, an image viewer for the linux framebuffer console.
This commit is contained in:
10
fbida/patches/001-sys_siglist.patch
Normal file
10
fbida/patches/001-sys_siglist.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- fbida-2.07.orig/fbtools.c 2008-10-11 12:49:38.676243745 +0200
|
||||
+++ fbida-2.07/fbtools.c 2008-10-11 12:50:08.286262765 +0200
|
||||
@@ -519,6 +519,6 @@
|
||||
|
||||
/* cleanup */
|
||||
fb_cleanup();
|
||||
- fprintf(stderr,"Oops: %s\n",sys_siglist[termsig]);
|
||||
+ fprintf(stderr,"Oops: %s\n",strsignal(termsig));
|
||||
exit(42);
|
||||
}
|
||||
Reference in New Issue
Block a user