Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31410
Modified Files:
Tag: OpenVRML-0_16-BRANCH
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.1310.2.129
retrieving revision 1.1310.2.130
diff -C2 -d -r1.1310.2.129 -r1.1310.2.130
*** ChangeLog 13 Feb 2007 08:56:40 -0000 1.1310.2.129
--- ChangeLog 24 Feb 2007 07:38:57 -0000 1.1310.2.130
***************
*** 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...>
|