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:
@@ -213,7 +213,7 @@ public class Log
|
|||||||
// cache miss- copy some parent spec's level...
|
// cache miss- copy some parent spec's level...
|
||||||
var modSpec :String = spec;
|
var modSpec :String = spec;
|
||||||
do {
|
do {
|
||||||
var dex :int = modSpec.indexOf(".");
|
var dex :int = modSpec.lastIndexOf(".");
|
||||||
if (dex == -1) {
|
if (dex == -1) {
|
||||||
modSpec = "";
|
modSpec = "";
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user