Update of /cvsroot/monetdb/clients/src/mapiclient
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10469

Modified Files:
        MapiClient.mx 
Log Message:
For command line statements use the raw mode as the default.


Index: MapiClient.mx
===================================================================
RCS file: /cvsroot/monetdb/clients/src/mapiclient/MapiClient.mx,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- MapiClient.mx       15 Aug 2007 14:12:51 -0000      1.45
+++ MapiClient.mx       15 Aug 2007 14:43:05 -0000      1.46
@@ -1568,7 +1568,7 @@
                        break;
                case 's':
                        if (cols == 0)
-                               pagewidth = DEFWIDTH;
+                               cols = -1;
                        command = optarg;
                        break;
                case 'w':


-------------------------------------------------------------------------
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