Changeset: 6fcc98fd857d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6fcc98fd857d
Modified Files:
        
Branch: Oct2010
Log Message:

Merge heads.


diffs (15 lines):

diff -r 61f0af02768c -r 6fcc98fd857d clients/src/mapiclient/mclient.c
--- a/clients/src/mapiclient/mclient.c  Sun Oct 31 08:31:44 2010 +0100
+++ b/clients/src/mapiclient/mclient.c  Mon Nov 01 09:36:44 2010 +0100
@@ -1301,7 +1301,11 @@
                        pagewidth = ws.ws_col;
                else
 #endif
+#ifdef WIN32
+                       pagewidth = 79;  /* 80 columns minus 1 for the edge */
+#else
                        pagewidth = -1;
+#endif
        }
 }
 
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to