[Hdrflow-svn] SF.net SVN: hdrflow: [434] trunk/lib/extras/src/raw/raw.cpp
Status: Pre-Alpha
Brought to you by:
glslang
|
From: <gl...@us...> - 2008-03-31 20:01:19
|
Revision: 434
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=434&view=rev
Author: glslang
Date: 2008-03-31 13:01:13 -0700 (Mon, 31 Mar 2008)
Log Message:
-----------
Build fix
Modified Paths:
--------------
trunk/lib/extras/src/raw/raw.cpp
Modified: trunk/lib/extras/src/raw/raw.cpp
===================================================================
--- trunk/lib/extras/src/raw/raw.cpp 2008-03-31 19:51:26 UTC (rev 433)
+++ trunk/lib/extras/src/raw/raw.cpp 2008-03-31 20:01:13 UTC (rev 434)
@@ -73,7 +73,7 @@
return il::image_type_ptr( );
pl::string output = fs::path( path.c_str( ), fs::native ).leaf( );
- output = output_prefix + "/" + pl::string( output.begin( ), output.rfind( '.' ) ) + ".ppm";
+ output = output_prefix + pl::string( "/" ) + pl::string( 0, output.rfind( '.' ) ) + pl::string( ".ppm" );
typedef pl::discovery<query_traits> discovery;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|