[lwatch-cvs] files/src acolors.c,1.3,1.4
Brought to you by:
arturcz
|
From: <ar...@us...> - 2002-07-16 19:27:56
|
Update of /cvsroot/lwatch/files/src
In directory usw-pr-cvs1:/tmp/cvs-serv12882
Modified Files:
acolors.c
Log Message:
Remove unnecessary debug messages.
Index: acolors.c
===================================================================
RCS file: /cvsroot/lwatch/files/src/acolors.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** acolors.c 16 Jul 2002 19:24:45 -0000 1.3
--- acolors.c 16 Jul 2002 19:27:31 -0000 1.4
***************
*** 115,119 ****
int i;
i=ascprintf(&str,format);
! printf("C:%s",str);
free(str);
return(i);
--- 115,119 ----
int i;
i=ascprintf(&str,format);
! printf("%s",str);
free(str);
return(i);
|