From: Braden M. <br...@us...> - 2006-12-06 01:22:05
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11576 Modified Files: ChangeLog Log Message: Pass ios_base::binary when opening arbitrary (i.e., possibly not text) files. Windows requires this. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1392 retrieving revision 1.1393 diff -C2 -d -r1.1392 -r1.1393 *** ChangeLog 5 Dec 2006 21:16:20 -0000 1.1392 --- ChangeLog 6 Dec 2006 01:22:03 -0000 1.1393 *************** *** 1,4 **** --- 1,17 ---- 2006-12-05 Braden McDaniel <br...@en...> + Pass ios_base::binary when opening arbitrary (i.e., possibly not + text) files. Windows requires this. + + * examples/sdl_viewer.cpp + (resource_fetcher::do_get_resource(const std::string &): Pass the + ios_base::binary flag when opening the filebuf. + * src/libopenvrml/openvrml/browser.cpp + (openvrml::resource_fetcher::do_get_resource(const std::string &): + In the example in the doc-comment, pass the ios_base::binary flag + when opening the filebuf. + + 2006-12-05 Braden McDaniel <br...@en...> + Fixed relative URI resolution on Windows. |