From: Braden M. <br...@us...> - 2007-02-24 07:39:13
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31667 Modified Files: ChangeLog Log Message: If the relative URI begins with "/", it is a relative URI that consists of an absolute path; prepend "file://" and return. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1454 retrieving revision 1.1455 diff -C2 -d -r1.1454 -r1.1455 *** ChangeLog 13 Feb 2007 08:57:02 -0000 1.1454 --- ChangeLog 24 Feb 2007 07:39:11 -0000 1.1455 *************** *** 1,2 **** --- 1,9 ---- + 2007-02-24 Braden McDaniel <br...@en...> + + * src/libopenvrml/openvrml/browser.cpp + (create_file_url(const uri &)): If the relative URI begins with + "/", it is a relative URI that consists of an absolute path; + prepend "file://" and return. + 2007-02-13 Braden McDaniel <br...@en...> |