diff options
| author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-17 13:27:45 +0000 |
|---|---|---|
| committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-17 13:27:45 +0000 |
| commit | 421895421594bbbca2a5e953507ecbd199973f54 (patch) | |
| tree | 82df11c5f9c5b6350557c3d29217648900bb4c45 /mail/stuphead/files/patch-mimeview.c | |
| parent | - Update to 2.0.1 (diff) | |
Fix build with gcc 3.4
Notes
Notes:
svn path=/head/; revision=116517
Diffstat (limited to 'mail/stuphead/files/patch-mimeview.c')
| -rw-r--r-- | mail/stuphead/files/patch-mimeview.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/stuphead/files/patch-mimeview.c b/mail/stuphead/files/patch-mimeview.c new file mode 100644 index 000000000000..01fe0ba2b98b --- /dev/null +++ b/mail/stuphead/files/patch-mimeview.c @@ -0,0 +1,10 @@ +--- src/mimeview.c.orig Tue Aug 17 14:17:24 2004 ++++ src/mimeview.c Tue Aug 17 14:24:17 2004 +@@ -559,6 +559,7 @@ + mimeview_launch(mimeview); + return; + default: ++ break; + } + + if (!mimeview->messageview->mainwin) return; |
