Author: ArcRiley Date: 2009-02-26 17:03:27 -0500 (Thu, 26 Feb 2009) New Revision: 1525
Modified: trunk/concordance/src/utils.c Log: switch to lowercase alphanumeric session keys Modified: trunk/concordance/src/utils.c =================================================================== --- trunk/concordance/src/utils.c 2009-02-26 17:18:33 UTC (rev 1524) +++ trunk/concordance/src/utils.c 2009-02-26 22:03:27 UTC (rev 1525) @@ -126,7 +126,7 @@ concordRandKey(gchar* key) { /*\ cdef : \*/ gint i; - gchar map[] = "0123456789ABCDEFGHIJKLMNOPQRSTUV"; + gchar map[] = "0123456789abcdefghijklmnopqrstuv"; for (i = 0; i<15; i += 1) { /* generate a 5-bit random int and map it to an alphanumeric value _______________________________________________ PySoy-SVN mailing list PySoy-SVN@pysoy.org http://www.pysoy.org/mailman/listinfo/pysoy-svn