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