Update of /cvsroot/monetdb/sql/src/backends/monet5/merovingian
In directory
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv948/src/backends/monet5/merovingian
Modified Files:
utils.h
Log Message:
propagated changes of Friday Oct 09 2009
from the Nov2009 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/10/09 - mr-meltdown: src/backends/monet5/merovingian/utils.h,1.9.2.2
don't change input argument, this isn't strictly necessary, and actually
broke monetdb get's output
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: utils.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/merovingian/utils.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- utils.h 1 Oct 2009 14:25:24 -0000 1.10
+++ utils.h 9 Oct 2009 15:42:53 -0000 1.11
@@ -44,7 +44,7 @@
confkeyval *findConfKey(confkeyval *list, char *key);
char *setConfVal(confkeyval *ckv, char *val);
void secondsToString(char *buf, time_t t, int longness);
-void abbreviateString(char *ret, char *in, size_t width);
+void abbreviateString(char *ret, const char *in, size_t width);
void generateSalt(char *buf[], unsigned int len);
char *generatePassphraseFile(char *path);
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins