Still untested, but I saw this bug while reading my checkin.

BRAINS!


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5341 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2008-08-25 23:22:53 +00:00
parent e8521e3677
commit 9de956e067
+1 -1
View File
@@ -213,7 +213,7 @@ public class Log
// cache miss- copy some parent spec's level...
var modSpec :String = spec;
do {
var dex :int = modSpec.indexOf(".");
var dex :int = modSpec.lastIndexOf(".");
if (dex == -1) {
modSpec = "";
} else {