| 
     
      
      
      From: Braden M. <br...@us...> - 2006-01-22 07:14:10
      
     
   | 
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12422 Modified Files: ChangeLog Log Message: Handle EOF from the command_channel by inserting traits_type::eof() into the stream buffer. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1111 retrieving revision 1.1112 diff -C2 -d -r1.1111 -r1.1112 *** ChangeLog 21 Jan 2006 20:32:02 -0000 1.1111 --- ChangeLog 22 Jan 2006 07:14:02 -0000 1.1112 *************** *** 1,2 **** --- 1,8 ---- + 2006-01-22 Braden McDaniel <br...@en...> + + * mozilla-plugin/src/openvrml-player/command_istream.cpp: Handle + EOF from the command_channel by inserting traits_type::eof() into + the stream buffer. + 2006-01-21 Braden McDaniel <br...@en...>  |