1
0
Bifurcation 0

Added a missing " to the assertion text.

Cette révision appartient à :
Nathanial.C.Jones 2010-12-09 01:49:55 +00:00
Parent 82da2634a4
révision 1b3780c0da
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -371,7 +371,7 @@ Route_Core_Init(
rvv = QuestHelper:CreateTable("route controller path shunt returnvalue")
local rv = QH_Graph_Pathmultifind(loc1.loc, lt, reverse, true)
QuestHelper: Assert(#lt == #rv, string.format(lt has %d items, rt has %d items. Both should be the same.", #lt, #rv))
QuestHelper: Assert(#lt == #rv, string.format("lt has %d items, rt has %d items. Both should be the same.", #lt, #rv))
-- We want to store the math.max(sqrt(#rv), 10) shortest paths
local tostore = complete_pass and math.max(sqrt(#rv), 10) or #rv