Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20990
Modified Files:
pathfinder.mx
Log Message:
- mapi-prefix PF warnings with # not !
- fix some bugs in admin console (view bug, BUNhead error)
Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.366
retrieving revision 1.367
diff -u -d -r1.366 -r1.367
--- pathfinder.mx 25 May 2007 21:55:22 -0000 1.366
+++ pathfinder.mx 27 May 2007 23:43:59 -0000 1.367
@@ -4309,11 +4309,11 @@
len++;
}
err = (char*) alloca(len+3);
- *err = '!';
+ *err = strncmp(q, "warning", 7)?'!':'#';
for (p = err + 1; *q; q++) {
*p++ = *q;
if (*q == '\n')
- *p++ = '!';
+ *p++ = strncmp(q+1, "warning", 7)?'!':'#';
}
/* guard against errors that do not terminate in a newline */
if (q > err && q[-1] != '\n')
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins