From 4bf91632557e438fb7cd5e93e1511a749aafcebd Mon Sep 17 00:00:00 2001 From: gotmor Date: Mon, 16 Jul 2007 21:14:38 +0000 Subject: clean up readded text longer than line markers git-svn-id: http://dzen.googlecode.com/svn/trunk@125 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- action.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'action.c') diff --git a/action.c b/action.c index a83944f..ea66889 100644 --- a/action.c +++ b/action.c @@ -202,12 +202,14 @@ void fill_ev_table(char *input) { char *str1, *str2, *str3, *str4, *token, *subtoken, *kommatoken, *dptoken; - char *saveptr1, *saveptr2, *saveptr3, *saveptr4; + char *saveptr1=NULL, + *saveptr2=NULL, + *saveptr3=NULL, + *saveptr4=NULL; int j, i=0, k=0; long eid=0; handlerf *ah=0; - saveptr1 = NULL; /* wtf, gcc? wtf? */ for (j = 1, str1 = input; ; j++, str1 = NULL) { token = strtok_r(str1, ";", &saveptr1); if (token == NULL) @@ -267,7 +269,6 @@ a_exit(char * opt[]) { int a_collapse(char * opt[]){ - int i; (void)opt; if(!dzen.slave_win.ishmenu && dzen.slave_win.max_lines -- cgit v1.2.3-54-g00ecf