[lwatch-cvs] files/src strpcre.c,1.22,1.23
Brought to you by:
arturcz
|
From: <os...@us...> - 2004-01-13 14:10:01
|
Update of /cvsroot/lwatch/files/src
In directory sc8-pr-cvs1:/tmp/cvs-serv14450
Modified Files:
strpcre.c
Log Message:
Fixed working without -t.
Index: strpcre.c
===================================================================
RCS file: /cvsroot/lwatch/files/src/strpcre.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** strpcre.c 12 Jan 2004 21:21:29 -0000 1.22
--- strpcre.c 13 Jan 2004 14:09:58 -0000 1.23
***************
*** 261,266 ****
MESG_COLOR,mesg_s);
#ifdef RESIZE
! if (lw_conf.term_cut) cutstr=cut_line(cutstr,cstr,len-hl_num*6-17);
! cprintf(cutstr);
free((void*)cutstr);
#else
--- 261,266 ----
MESG_COLOR,mesg_s);
#ifdef RESIZE
! if (lw_conf.term_cut) {cutstr=cut_line(cutstr,cstr,len-hl_num*6-17);
! cprintf(cutstr);} else cprintf(cstr);
free((void*)cutstr);
#else
|