FreeBSD Bugzilla – Attachment 189950 Details for
Bug 223758
math/saga: fail build with wxgtk30 - 3.0.3.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
build fix again
saga.patch (text/plain), 801 bytes, created by
Ivan Rozhuk
on 2018-01-21 15:02:14 UTC
(
hide
)
Description:
build fix again
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2018-01-21 15:02:14 UTC
Size:
801 bytes
patch
obsolete
>Index: math/saga/files/patch-src_tools_io_io__grid__image_grid__to__kml.cpp >=================================================================== >--- math/saga/files/patch-src_tools_io_io__grid__image_grid__to__kml.cpp (nonexistent) >+++ math/saga/files/patch-src_tools_io_io__grid__image_grid__to__kml.cpp (working copy) >@@ -0,0 +1,11 @@ >+--- src/tools/io/io_grid_image/grid_to_kml.cpp.orig 2018-01-21 16:19:23.824350000 +0300 >++++ src/tools/io/io_grid_image/grid_to_kml.cpp 2018-01-21 17:51:35.936632000 +0300 >+@@ -582,7 +582,7 @@ >+ } >+ >+ CSG_Data_Manager Data; >+- CSG_String FullPath = fn.GetFullPath().wc_str(); >++ CSG_String FullPath = static_cast<const wchar_t*>(fn.GetFullPath().wc_str()); >+ >+ if( !Data.Add(FullPath) || !Data.Get_Grid_System(0) || !Data.Get_Grid_System(0)->Get(0) ) >+ {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223758
:
188600
| 189950