Changeset 1344
- Timestamp:
- 11/15/07 16:59:27 (1 year ago)
- Location:
- trunk/src
- Files:
-
- 2 modified
-
openassetlib/al/al.cpp (modified) (1 diff)
-
openpluginlib/pl/openpluginlib.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/openassetlib/al/al.cpp
r1316 r1344 674 674 continue; 675 675 676 oml::ml::input_type_ptr media = boost::shared_dynamic_cast<oml::ml::openmedialib_plugin>(plugin)->input(opl::to_wstring(filepath) );676 oml::ml::input_type_ptr media = oml::ml::create_input(opl::to_wstring(filepath) ); 677 677 if(media) 678 678 { -
trunk/src/openpluginlib/pl/openpluginlib.cpp
r1316 r1344 75 75 filter = str.second.out_filter; 76 76 77 if( !str_.empty( ) &&str_.find( filter ) == wstring::npos )77 if( str_.find( filter ) == wstring::npos ) 78 78 str_ += filter + wstring( L" " ); 79 79 }
