Update of /cvsroot/monetdb/clients/src/java/src/nl/cwi/monetdb/mcl/io
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31067/src/nl/cwi/monetdb/mcl/io

Modified Files:
      Tag: Clients_1-18
        BufferedMCLReader.java 
Log Message:
Merged HEAD into Clients_1-18


Index: BufferedMCLReader.java
===================================================================
RCS file: 
/cvsroot/monetdb/clients/src/java/src/nl/cwi/monetdb/mcl/io/BufferedMCLReader.java,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- BufferedMCLReader.java      20 Apr 2007 13:41:29 -0000      1.2
+++ BufferedMCLReader.java      16 Aug 2007 10:52:53 -0000      1.2.2.1
@@ -121,6 +121,9 @@
                        case '[':
                                lineType = RESULT;
                        break;
+                       case '=':
+                               lineType = RESULT;
+                       break;
                        case '^':
                                lineType = REDIRECT;
                        break;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to