aboutsummaryrefslogtreecommitdiffstats
path: root/src/event.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-05-22 19:59:17 +0000
committerFrederic Culot <calcurse@culot.org>2009-05-22 19:59:17 +0000
commit3f6aff84e65e7650f7110768646b86ece6b4dc8f (patch)
treee6fe92b787c413f7e005eda32050acd5b76cceef /src/event.h
parentbb586b92b5714d1f33da2518206c364146de081b (diff)
downloadcalcurse-3f6aff84e65e7650f7110768646b86ece6b4dc8f.tar.gz
calcurse-3f6aff84e65e7650f7110768646b86ece6b4dc8f.zip
The buffer should be allocated dynamically, but I am quite busy right now :'( Anyway, thanks Kamil for feedback
Diffstat (limited to 'src/event.h')
-rwxr-xr-xsrc/event.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/event.h b/src/event.h
index 457a577..b81cac8 100755
--- a/src/event.h
+++ b/src/event.h
@@ -1,4 +1,4 @@
-/* $calcurse: event.h,v 1.8 2009/01/03 21:32:11 culot Exp $ */
+/* $calcurse: event.h,v 1.9 2009/05/22 19:59:18 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -30,7 +30,6 @@
#include "utils.h"
#define HRMIN_SIZE 6
-#define MESG_MAXSIZE 256
struct event_s
{