summarylogtreecommitdiffstats
path: root/scilab-type.patch
diff options
context:
space:
mode:
authoreolianoe2017-04-25 13:29:34 +0200
committereolianoe2017-04-25 13:29:34 +0200
commitfef426e94a51358cc5a2f7255f15c34d1f54624c (patch)
treeb883c646da67276fbe6346f86c54604717ed6949 /scilab-type.patch
parent424f798d4931a97453142f7440db3b495bcb3316 (diff)
downloadaur-fef426e94a51358cc5a2f7255f15c34d1f54624c.tar.gz
fix type
Diffstat (limited to 'scilab-type.patch')
-rw-r--r--scilab-type.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/scilab-type.patch b/scilab-type.patch
new file mode 100644
index 000000000000..638269b590fd
--- /dev/null
+++ b/scilab-type.patch
@@ -0,0 +1,11 @@
+--- 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;