View | Details | Raw Unified | Return to bug 223758 | Differences between
and this patch

Collapse All | Expand All

(-)math/saga/files/patch-src_tools_io_io__grid__image_grid__to__kml.cpp (+11 lines)
Line 0 Link Here
1
--- src/tools/io/io_grid_image/grid_to_kml.cpp.orig	2018-01-21 16:19:23.824350000 +0300
2
+++ src/tools/io/io_grid_image/grid_to_kml.cpp	2018-01-21 17:51:35.936632000 +0300
3
@@ -582,7 +582,7 @@
4
 	}
5
 
6
 	CSG_Data_Manager	Data;
7
-	CSG_String			FullPath = fn.GetFullPath().wc_str();
8
+	CSG_String		FullPath = static_cast<const wchar_t*>(fn.GetFullPath().wc_str());
9
 
10
 	if( !Data.Add(FullPath) || !Data.Get_Grid_System(0) || !Data.Get_Grid_System(0)->Get(0) )
11
 	{

Return to bug 223758