[chronojump] Minor fix



commit 9fa0bf87bd9fde15eae0db868a1cbd256f7e1cd1
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Dec 25 09:13:05 2015 +0100

    Minor fix

 src/encoderRProc.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/encoderRProc.cs b/src/encoderRProc.cs
index d37a705..a56c142 100644
--- a/src/encoderRProc.cs
+++ b/src/encoderRProc.cs
@@ -164,7 +164,7 @@ public abstract class EncoderRProc
                        //on Windows we need the \"str\" to call without problems in path with spaces
                        pBin = "\"" + System.IO.Path.Combine(Util.GetPrefixDir(), "bin" + 
Path.DirectorySeparatorChar + "Rscript.exe") + "\"";
                }
-               else if(UtilAll.GetOSEnum() == UtilAll.OperatingSystem.MACOSX)
+               else if(UtilAll.GetOSEnum() == UtilAll.OperatingSystems.MACOSX)
                {
                        /*
                         * The installer as from R 3.2.2 puts links to R and Rscript


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]