Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16:/tmp/cvs-serv17951

Modified Files:
        pathfinder.mx 
Log Message:
Fixed placement of parenthesis.


Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.345
retrieving revision 1.346
diff -u -d -r1.345 -r1.346
--- pathfinder.mx       20 Apr 2007 12:08:39 -0000      1.345
+++ pathfinder.mx       20 Apr 2007 16:23:44 -0000      1.346
@@ -1778,7 +1778,7 @@
     if (not(isnil(err))) ERROR(err);
     if (ws_log_active)
         ws_log(ws, sprintf("__ws_opencoll(%s) shortlock%s exec %s\n", 
-                           colname, str(ws_logtime - ws_exectime)), 
str(ws_exectime - usec()));
+                           colname, str(ws_logtime - ws_exectime), 
str(ws_exectime - usec())));
     return cont;
 }
 


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

Reply via email to