From 3f6aff84e65e7650f7110768646b86ece6b4dc8f Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Fri, 22 May 2009 19:59:17 +0000 Subject: The buffer should be allocated dynamically, but I am quite busy right now :'( Anyway, thanks Kamil for feedback --- src/apoint.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/apoint.h') diff --git a/src/apoint.h b/src/apoint.h index d4d6da2..0298c5d 100755 --- a/src/apoint.h +++ b/src/apoint.h @@ -1,4 +1,4 @@ -/* $calcurse: apoint.h,v 1.17 2009/01/03 21:32:11 culot Exp $ */ +/* $calcurse: apoint.h,v 1.18 2009/05/22 19:59:17 culot Exp $ */ /* * Calcurse - text-based organizer @@ -33,7 +33,6 @@ #include "vars.h" #define HRMIN_SIZE 6 -#define MESG_MAXSIZE 256 #define APOINT_NULL 0x0 #define APOINT_NOTIFY 0x1 /* Item needs to be notified */ -- cgit v1.2.3-54-g00ecf