pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/novawm Deference iterator before printing it.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad3bd263d867
branches:  trunk
changeset: 610637:ad3bd263d867
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Nov 01 19:34:15 2012 +0000

description:
Deference iterator before printing it.

diffstat:

 wm/novawm/distinfo                     |   3 ++-
 wm/novawm/patches/patch-src_winmgr.cpp |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 285390456bd3 -r ad3bd263d867 wm/novawm/distinfo
--- a/wm/novawm/distinfo        Thu Nov 01 19:33:19 2012 +0000
+++ b/wm/novawm/distinfo        Thu Nov 01 19:34:15 2012 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2008/04/05 18:33:32 reed Exp $
+$NetBSD: distinfo,v 1.6 2012/11/01 19:34:15 joerg Exp $
 
 SHA1 (NovaWM-0.8_alpha.tar.gz) = 6b881ca2f1673b1da785a6ba9a1421b88f634703
 RMD160 (NovaWM-0.8_alpha.tar.gz) = 71d81d56b60669cd9323b6590b11064e5b376b3d
 Size (NovaWM-0.8_alpha.tar.gz) = 1103082 bytes
 SHA1 (patch-aa) = 8c4b80cce3c5a55a76031fd69bc051155841352c
 SHA1 (patch-ab) = f5d5e07b01457c7465f583ea571472c2bc52cd5b
+SHA1 (patch-src_winmgr.cpp) = 1f56c700214fceddac50e5e081ca4d4ea1b5cce1
diff -r 285390456bd3 -r ad3bd263d867 wm/novawm/patches/patch-src_winmgr.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/novawm/patches/patch-src_winmgr.cpp    Thu Nov 01 19:34:15 2012 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_winmgr.cpp,v 1.1 2012/11/01 19:34:15 joerg Exp $
+
+--- src/winmgr.cpp.orig        2012-10-30 20:50:27.000000000 +0000
++++ src/winmgr.cpp
+@@ -1462,7 +1462,7 @@ WinMgr::Find_UnmapIgnore (Window ignoreW
+               if ((*i) == ignoreWindow)
+               {
+ #ifdef DEBUG
+-                      printf ("DEBUG: Found %x\n", i);
++                      printf ("DEBUG: Found %x\n", *i);
+ #endif
+                       return 1;
+               }



Home | Main Index | Thread Index | Old Index