From: Braden M. <br...@us...> - 2007-05-21 06:37:04
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32417 Modified Files: ChangeLog Log Message: Fall out of the loop if we get a linefeed even if there is additional input; any additional input would be associated with an additional request. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1508 retrieving revision 1.1509 diff -C2 -d -r1.1508 -r1.1509 *** ChangeLog 21 May 2007 04:19:24 -0000 1.1508 --- ChangeLog 21 May 2007 06:37:03 -0000 1.1509 *************** *** 1,4 **** --- 1,12 ---- 2007-05-21 Braden McDaniel <br...@en...> + * src/openvrml-player/player.cpp + (openvrml_player_request_data_available(GIOChannel *, + GIOCondition, gpointer)): Fall out of the loop if we get a + linefeed even if there is additional input; any additional input + would be associated with an additional request. + + 2007-05-21 Braden McDaniel <br...@en...> + * tests/Makefile.am: Applied BOOST_LIB_SUFFIX to uses of -lboost_unit_test_framework. |