From: Braden M. <br...@us...> - 2006-08-18 20:03:31
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27722 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Initialize begin and end iterators for the various URI parts to the beginning of the string. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.3 retrieving revision 1.1310.2.4 diff -C2 -d -r1.1310.2.3 -r1.1310.2.4 *** ChangeLog 17 Aug 2006 20:03:06 -0000 1.1310.2.3 --- ChangeLog 18 Aug 2006 20:03:26 -0000 1.1310.2.4 *************** *** 1,2 **** --- 1,11 ---- + 2006-08-18 Braden McDaniel <br...@en...> + + * src/libopenvrml/openvrml/browser.cpp + (uri::uri()): Initialize begin and end iterators for the various + URI parts to the beginning of the string. + (uri::uri(const std::string &)): Initialize begin and end + iterators for the various URI parts to the beginning of the + string. + 2006-08-17 Braden McDaniel <br...@en...> |