From: Braden M. <br...@us...> - 2007-05-31 07:18:56
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8566 Modified Files: ChangeLog Log Message: Ensure the scene's URL is relative before trying to resolve it against that of the parent scene. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1510 retrieving revision 1.1511 diff -C2 -d -r1.1510 -r1.1511 *** ChangeLog 25 May 2007 06:13:03 -0000 1.1510 --- ChangeLog 31 May 2007 07:18:54 -0000 1.1511 *************** *** 1,2 **** --- 1,8 ---- + 2007-05-31 Braden McDaniel <br...@en...> + + * src/libopenvrml/openvrml/browser.cpp + (openvrml::scene::url() const): Ensure the scene's URL is relative + before trying to resolve it against that of the parent scene. + 2007-05-25 Braden McDaniel <br...@en...> |