From: Braden M. <br...@us...> - 2006-08-18 20:04:40
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28174 Modified Files: 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.1313 retrieving revision 1.1314 diff -C2 -d -r1.1313 -r1.1314 *** ChangeLog 17 Aug 2006 20:04:22 -0000 1.1313 --- ChangeLog 18 Aug 2006 20:04:37 -0000 1.1314 *************** *** 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...> |