|
From: <kin...@us...> - 2003-12-20 13:54:05
|
Update of /cvsroot/teem/teem/src/bin
In directory sc8-pr-cvs1:/tmp/cvs-serv21286/bin
Modified Files:
talkweb.c
Log Message:
dealt with compiler warning
Index: talkweb.c
===================================================================
RCS file: /cvsroot/teem/teem/src/bin/talkweb.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** talkweb.c 14 Nov 2003 17:49:33 -0000 1.5
--- talkweb.c 20 Dec 2003 13:54:01 -0000 1.6
***************
*** 145,149 ****
tkwbSlide **slide = NULL;
char *title, *image, *text, stop[AIR_STRLEN_HUGE], line[AIR_STRLEN_HUGE];
! int slideIdx, hitEOF, notReally, len;
mop = airMopNew();
--- 145,149 ----
tkwbSlide **slide = NULL;
char *title, *image, *text, stop[AIR_STRLEN_HUGE], line[AIR_STRLEN_HUGE];
! int slideIdx=0, hitEOF, notReally, len;
mop = airMopNew();
|