deal with a nasty signed/unsigned mix to fix a crash reported by Tero Koskinen

This commit is contained in:
naddy 2010-08-06 18:01:21 +00:00
parent d8f5381f62
commit 5287edd5ce
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.19 2010/07/30 06:58:57 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.20 2010/08/06 18:01:21 naddy Exp $
COMMENT= X keygrabber for blackbox
DISTNAME= bbkeys-0.9.0
REVISION= 2
REVISION= 3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bbkeys/}

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-src_Netclient_cpp,v 1.1 2007/08/05 13:43:39 naddy Exp $
$OpenBSD: patch-src_Netclient_cpp,v 1.2 2010/08/06 18:01:21 naddy Exp $
--- src/Netclient.cpp.orig Fri Aug 3 21:43:44 2007
+++ src/Netclient.cpp Fri Aug 3 21:45:07 2007
@@ -140,6 +140,7 @@ bool Netclient::getValue(Window win, Atom atom, Atom t
int result;
unsigned long maxread = nelements;
bool ret = False;
+ size_t bsize;
+ int bsize;
// try get the first element
result = XGetWindowProperty(_display.XDisplay(), win, atom, 0l, 1l, False,