aboutsummaryrefslogtreecommitdiff
path: root/audio/tunesbrowser
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2005-02-15 09:40:04 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2005-02-15 09:40:04 +0000
commitcbf2aca38f2b12a9367118aef5fdad0292111c60 (patch)
tree47bb2c739f6eb7f99cd211a89c1c09b8962ed5b8 /audio/tunesbrowser
parent56bd58bc20b4129197ac4db862d8e8968e91fe06 (diff)
Notes
Diffstat (limited to 'audio/tunesbrowser')
-rw-r--r--audio/tunesbrowser/files/patch-main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/tunesbrowser/files/patch-main.c b/audio/tunesbrowser/files/patch-main.c
index c6e8d99ba9ad..76f78d25045b 100644
--- a/audio/tunesbrowser/files/patch-main.c
+++ b/audio/tunesbrowser/files/patch-main.c
@@ -1,15 +1,14 @@
--- main.c.orig Mon Jan 3 21:58:29 2005
+++ main.c Wed Feb 2 21:56:11 2005
-@@ -38,8 +38,8 @@
+@@ -38,7 +38,7 @@
{
fprintf(stderr, "Oops! TunesBrowser has crashed. Sorry about that!\n");
fprintf(stderr, "This probably won't be of any use unless you feel like debugging,\n");
- fprintf(stderr, "but the crash occured because of %p being bad.\n", siginfo->si_ptr);
++ fprintf(stderr, "but the crash occured because of %p being bad.\n", siginfo->si_value.sigval_ptr);
#if 0
-+ fprintf(stderr, "but the crash occured because of %p being bad.\n", siginfo->si_ptr);
fprintf(stderr, "\n\nRaised SIGSTOP. You can now attach a debugger.\n");
fprintf(stderr, "Attach to PID %i\n", getpid());
- raise(SIGSTOP);
@@ -66,11 +66,11 @@
int ret;