Fix compile because of case sensitivity

This commit is contained in:
def
2014-11-08 15:54:48 +01:00
parent 13e3c0d5bb
commit ea57f340f2

View File

@@ -45,7 +45,7 @@ var
when noDeadlocks:
var
locksLen {.threadvar.}: int
locks {.threadvar.}: array [0..MaxLocksPerThread-1, pointer]
locks {.threadvar.}: array [0..maxLocksPerThread-1, pointer]
proc orderedLocks(): bool =
for i in 0 .. locksLen-2: