[lwatch-cvs] files/src lwatch.c,1.25,1.26
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2004-08-19 10:23:54
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2506 Modified Files: lwatch.c Log Message: I forgot about an argument. Index: lwatch.c =================================================================== RCS file: /cvsroot/lwatch/files/src/lwatch.c,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** lwatch.c 18 Aug 2004 07:26:49 -0000 1.25 --- lwatch.c 19 Aug 2004 10:23:43 -0000 1.26 *************** *** 89,93 **** #endif } else { ! io_fcheck(freopen(lw_conf.out_file,"w",stdout)); /* io_check(fd=open(lw_conf.out_file,O_WRONLY),lw_conf.out_file); */ #ifdef DEBUG --- 89,93 ---- #endif } else { ! io_fcheck(freopen(lw_conf.out_file,"w",stdout),lw_conf.out_file); /* io_check(fd=open(lw_conf.out_file,O_WRONLY),lw_conf.out_file); */ #ifdef DEBUG |