FreeBSD Bugzilla – Attachment 113730 Details for
Bug 155318
net-p2p/rtorrent doesn't work with ncurses 5.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 442 bytes, created by
yamagi
on 2011-03-06 18:20:12 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
yamagi
Created:
2011-03-06 18:20:12 UTC
Size:
442 bytes
patch
obsolete
>--- src/display/canvas.h 2011-03-03 19:10:25.000000000 +0200 >+++ src/display/canvas.h 2011-03-03 19:10:10.000000000 +0200 >@@ -48,7 +48,7 @@ class Canvas { > public: > typedef std::vector<Attributes> attributes_list; > >- Canvas(int x = 0, int y = 0, int width = 0, int height = 0) : >+ Canvas(int x = 0, int y = 0, int width = 1, int height = 1) : > m_window(newwin(height, width, y, x)) {} > ~Canvas() { delwin(m_window); }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 155318
: 113730