packages: rtorrent/rtorrent-ncurses.patch - updated for 0.8.8
lisu
lisu at pld-linux.org
Tue May 10 09:28:44 CEST 2011
Author: lisu Date: Tue May 10 07:28:44 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- updated for 0.8.8
---- Files affected:
packages/rtorrent:
rtorrent-ncurses.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/rtorrent/rtorrent-ncurses.patch
diff -u packages/rtorrent/rtorrent-ncurses.patch:1.1 packages/rtorrent/rtorrent-ncurses.patch:1.2
--- packages/rtorrent/rtorrent-ncurses.patch:1.1 Thu Mar 3 22:24:34 2011
+++ packages/rtorrent/rtorrent-ncurses.patch Tue May 10 09:28:39 2011
@@ -1,11 +1,11 @@
---- rtorrent-0.8.7/src/display/canvas.h~ 2010-06-26 14:05:07.000000000 +0200
-+++ rtorrent-0.8.7/src/display/canvas.h 2011-03-03 22:17:00.016390072 +0100
+--- rtorrent-0.8.8/src/display/canvas.h~ 2011-04-07 14:36:10.000000000 +0200
++++ rtorrent-0.8.8/src/display/canvas.h 2011-05-10 09:23:30.883333501 +0200
@@ -48,7 +48,7 @@
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(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);
~Canvas() { delwin(m_window); }
+ void refresh() { wnoutrefresh(m_window); }
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rtorrent/rtorrent-ncurses.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list