Revision: 170
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=170&view=rev
Author: glslang
Date: 2007-07-03 16:09:14 -0700 (Tue, 03 Jul 2007)
Log Message:
-----------
+build fixes
Modified Paths:
--------------
trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_plugin.cpp
Modified: trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_plugin.cpp
===================================================================
--- trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_plugin.cpp 2007-07-03 23:07:29 UTC (rev 169)
+++ trunk/lib/openlibraries/src/openimagelib/plugins/quicktime/quicktime_plugin.cpp 2007-07-03 23:09:14 UTC (rev 170)
@@ -38,7 +38,7 @@
err = NativePathNameToFSSpec( const_cast<char*>( stream->path( ).c_str( ) ), &fsspec, kErrorIfFileNotFound );
#else
FSRef ref;
- err = FSPathMakeRef( ( const UInt8* ) ( path.native_file_string( ) ).c_str( ), &ref, 0 );
+ err = FSPathMakeRef( ( const UInt8* ) stream->path( ).c_str( ), &ref, 0 );
if( err != noErr )
return il::image_type_ptr( );
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|