Fixed justify AlignMode

This commit is contained in:
Alex Szpakowski
2013-07-10 20:36:20 -03:00
parent 35b4f03411
commit 91e4feeca0
4 changed files with 35 additions and 13 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ public:
for (unsigned i = 0; i < MAX; ++i)
{
unsigned str_i = (str_hash + i) % MAX; //this isn't used, is this intentional?
unsigned str_i = (str_hash + i) % MAX;
if (!records[str_i].set)
return false;