Lowercase letters so that it matches StringUtil.hexlate() output.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3881 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-02-23 01:43:56 +00:00
parent c2d7b7361a
commit 43f956c32d
+1 -1
View File
@@ -16,6 +16,6 @@ public class Util
}
private static const HEX :Array = new Array("0", "1", "2", "3", "4", "5",
"6", "7", "8", "9", "A", "B", "C", "D", "E", "F");
"6", "7", "8", "9", "a", "b", "c", "d", "e", "f");
}
}