From ce70dda776eda1bc3405d606fcb8e72e95c0bab8 Mon Sep 17 00:00:00 2001 From: gotmor Date: Wed, 13 Jun 2007 20:12:28 +0000 Subject: check for MAX_LINE_LEN in main.c:chomp to not overflow the buffer git-svn-id: http://dzen.googlecode.com/svn/trunk@90 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- dzen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dzen.h') diff --git a/dzen.h b/dzen.h index ad98e70..be82e44 100644 --- a/dzen.h +++ b/dzen.h @@ -96,7 +96,7 @@ struct DZEN { Bool ispersistent; Bool tsupdate; unsigned long timeout; - int cur_line; + long cur_line; int ret_val; /* should always be 0 if DZEN_XINERAMA not defined */ -- cgit v1.2.3-54-g00ecf