tarball/crossplatform.mk: cp/cpr using -pP/-pPR as more standard options working...
[sdk] / extras / CSVParser.ec
index 06b54f5..38fc5ce 100644 (file)
@@ -146,7 +146,7 @@ public:
                      end = c;
                   }
                }
-               if(options.escaped && ch == '\\')
+               if(!escaped && options.escaped && ch == '\\')
                   escaped = true;
                else
                   escaped = false;