Update of /cvsroot/monetdb/MonetDB/src/common
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18369
Modified Files:
Tag: MonetDB_1-20
monet_options.mx
Log Message:
Complete previous checkin.
Index: monet_options.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/common/monet_options.mx,v
retrieving revision 1.18.6.1
retrieving revision 1.18.6.2
diff -u -d -r1.18.6.1 -r1.18.6.2
--- monet_options.mx 5 Oct 2007 11:28:25 -0000 1.18.6.1
+++ monet_options.mx 5 Oct 2007 12:40:27 -0000 1.18.6.2
@@ -221,9 +221,9 @@
if (!p)
return s;
- t = malloc((n = n - 14 + strlen(p)));
+ t = malloc((n = n - 13 + strlen(p)));
*q = 0;
- snprintf(t, n, "%s%s%s", s, p, q + 14);
+ snprintf(t, n, "%s%s%s", s, p, q + 13);
free(s);
q = t + (q-s);
s = t;
@@ -233,9 +233,9 @@
if (!p)
return s;
- t = malloc((n = n - 9 + strlen(p)));
+ t = malloc((n = n - 8 + strlen(p)));
*q = 0;
- snprintf(t, n, "%s%s%s", s, p, q + 9);
+ snprintf(t, n, "%s%s%s", s, p, q + 8);
free(s);
q = t + (q-s);
s = t;
-------------------------------------------------------------------------
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