Changeset: 0f9b5ce11592 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0f9b5ce11592
Modified Files:
Branch: default
Log Message:
Merge with Oct2010 branch.
diffs (12 lines):
diff -r 9cd7f614b0e8 -r 0f9b5ce11592 testing/src/difflib.c
--- a/testing/src/difflib.c Fri Oct 08 11:36:04 2010 +0200
+++ b/testing/src/difflib.c Fri Oct 08 11:43:33 2010 +0200
@@ -576,7 +576,7 @@
for (i = 0; i < 3 && ok; i++)
ok = strchr(ok+1, '@');
if (ok && ok[1] == ' ')
- fprintf(html_fp, "<td colspan='7'
align='center'>%s</td>\n", ok + 2);
+ fprintf(html_fp, "<td colspan='7'
align='center'>%s</td>\n", HTMLsave(ok + 2));
for (i = 0; i < 5; i++)
clr[i] = 0;
orn = nrn = 0;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list