[Hdrflow-svn] SF.net SVN: hdrflow: [288] trunk/lib/extras/src/raw/raw.cpp
Status: Pre-Alpha
Brought to you by:
glslang
From: <gl...@us...> - 2007-09-01 15:21:34
|
Revision: 288 http://hdrflow.svn.sourceforge.net/hdrflow/?rev=288&view=rev Author: glslang Date: 2007-09-01 08:21:29 -0700 (Sat, 01 Sep 2007) Log Message: ----------- + build fixes Modified Paths: -------------- trunk/lib/extras/src/raw/raw.cpp Modified: trunk/lib/extras/src/raw/raw.cpp =================================================================== --- trunk/lib/extras/src/raw/raw.cpp 2007-09-01 14:36:14 UTC (rev 287) +++ trunk/lib/extras/src/raw/raw.cpp 2007-09-01 15:21:29 UTC (rev 288) @@ -60,7 +60,7 @@ if( dcraw_( static_cast<int>( args.size( ) ), const_cast<char**>( &args[ 0 ] ) ) ) return il::image_type_ptr( ); - pl::string pathname( path.begin( ), path.find_last_of( "." ) ); + pl::string pathname( path.begin( ), path.begin( ) + path.find_last_of( "." ) ); pathname += ".tiff"; typedef pl::discovery<query_traits> discovery; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |