From abe85c0e997ed1882c69bde511f7e2746f68d9ab Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Sat, 3 Nov 2012 03:24:22 +0100 Subject: Fixing an out-of-bound bug in the selection code. Thanks Szabolczs Nagy! --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 1ba6d8e..ee677a5 100644 --- a/config.def.h +++ b/config.def.h @@ -2,7 +2,7 @@ /* appearance */ static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false"; -static unsigned int borderpx = 2; +static int borderpx = 2; static char shell[] = "/bin/sh"; /* double-click timeout (in milliseconds) between clicks for selection */ -- cgit v1.2.1