Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32394
Modified Files:
Tag: OpenVRML-0_16-BRANCH
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.1310.2.174
retrieving revision 1.1310.2.175
diff -C2 -d -r1.1310.2.174 -r1.1310.2.175
*** ChangeLog 21 May 2007 04:19:10 -0000 1.1310.2.174
--- ChangeLog 21 May 2007 06:36:48 -0000 1.1310.2.175
***************
*** 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.
|