summarylogtreecommitdiffstats
path: root/scilab-type.patch
diff options
context:
space:
mode:
Diffstat (limited to 'scilab-type.patch')
-rw-r--r--scilab-type.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/scilab-type.patch b/scilab-type.patch
deleted file mode 100644
index 638269b590fd..000000000000
--- a/scilab-type.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/io/src/cpp/loadlib.cpp.orig 2017-04-25 12:11:39.191706462 +0200
-+++ modules/io/src/cpp/loadlib.cpp 2017-04-25 12:10:11.554798125 +0200
-@@ -38,7 +38,7 @@
- {
- types::Library* lib = NULL;
-
-- wchar_t* pwstXML = pathconvertW(_wstXML.data(), FALSE, FALSE, AUTO_STYLE);
-+ wchar_t* pwstXML = pathconvertW(_wstXML.data(), (BOOL) FALSE, (BOOL) FALSE, AUTO_STYLE);
- wchar_t* pwstPathLib = expandPathVariableW(pwstXML);
-
- bool expanded = true;