--- searchlog.c 2006-04-05 09:16:50.000000000 +0200 +++ searchlog.c-fix 2007-12-19 18:38:04.000000000 +0100 @@ -869,7 +869,7 @@ { s_inputbuffer[strlen(s_inputbuffer)-1]='\0'; - s_inputbuffer[9]='\0'; + s_inputbuffer[8]='\0'; strcpy(callmasterarray[count], s_inputbuffer) ; count++; } @@ -880,7 +880,7 @@ if(strlen(s_inputbuffer)>0) s_inputbuffer[strlen(s_inputbuffer)-1]='\0'; - s_inputbuffer[9]='\0'; + s_inputbuffer[8]='\0'; strcpy(callmasterarray[count], s_inputbuffer) ; count++;