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

Modified Files:
      Tag: Clients_1-20
        MapiClient.mx 
Log Message:
Adjust positionof the space around the bar.


Index: MapiClient.mx
===================================================================
RCS file: /cvsroot/monetdb/clients/src/mapiclient/MapiClient.mx,v
retrieving revision 1.88.2.1
retrieving revision 1.88.2.2
diff -u -d -r1.88.2.1 -r1.88.2.2
--- MapiClient.mx       2 Oct 2007 11:49:10 -0000       1.88.2.1
+++ MapiClient.mx       22 Oct 2007 07:18:44 -0000      1.88.2.2
@@ -284,7 +284,7 @@
        }
 
        do {
-               fprintf(toConsole," %c", first? '|':':');
+               fprintf(toConsole,"%c ", first? '|':':');
                more = 0;
                for (i = 0; i < fields; i++) {
                        if (rest[i] == NULL || *rest[i] == 0) 


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