Update of /cvsroot/monetdb/pathfinder/runtime
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1683
Modified Files:
serialize.mx
Log Message:
No need for double DIR_SEPs: xrpc_log_dir() produces one at the end of
its value already.
U serialize.mx
Index: serialize.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/serialize.mx,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -r1.120 -r1.121
--- serialize.mx 22 Jan 2009 12:30:19 -0000 1.120
+++ serialize.mx 30 Mar 2009 14:46:37 -0000 1.121
@@ -2040,7 +2040,7 @@
BATiter bi;
if (logdir == NULL) return GDK_FAIL;
- snprintf(base_name, 2048, "%s%cqflow_"LLFMT, logdir, DIR_SEP, xrpc_seqnr);
+ snprintf(base_name, 2048, "%sqflow_"LLFMT, logdir, xrpc_seqnr);
snprintf(dotFile, 2048, "%s.dot", base_name);
/* replace all non-alpha-numeric chars in the string with '_', so
------------------------------------------------------------------------------
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins