[opendemo-cvs] CVS: opendemo/tools/odcut odcut.pl,1.44,1.45
Status: Beta
Brought to you by:
girlich
From: Uwe G. <gi...@us...> - 2004-10-24 18:47:18
|
Update of /cvsroot/opendemo/opendemo/tools/odcut In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17140 Modified Files: odcut.pl Log Message: flush behaviour was totally right in 1.43. Index: odcut.pl =================================================================== RCS file: /cvsroot/opendemo/opendemo/tools/odcut/odcut.pl,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** odcut.pl 24 Oct 2004 18:44:52 -0000 1.44 --- odcut.pl 24 Oct 2004 18:47:10 -0000 1.45 *************** *** 802,806 **** if ($result=$self->{"outputFd"}->print($text)) { # normally here we are finished - $self->{"outputFd"}->flush(); last; } --- 802,805 ---- |