code-google-com / opencollada

Automatically exported from code.google.com/p/opencollada
0 stars 0 forks source link

COLLADASaxFWL::Loader::loadDocument() don't check if the file correctly loads. #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Line 216 in COLLADASaxFWLLoader.cpp: don't check return value, if the path
of the COLLADA file is wrong/inaccessible, error handler return a critical
error but Loader::loadDocument don't return "false".

A "patch" is attached. Any feedback would be appreciate.

Original issue reported on code.google.com by podi...@gmail.com on 30 Mar 2010 at 12:46

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for this patch.

The has be solved in r814.

Original comment by opencollada2@googlemail.com on 19 Jan 2011 at 3:32