[7528] Avoid use same iteration variable for internal loop.

This will fix problem with wrong item entry output in error message.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Fog 2009-03-23 20:28:36 +03:00 committed by VladimirMangos
parent 73ac0bcc7f
commit f9a2674ce3
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7527"
#define REVISION_NR "7528"
#endif // __REVISION_NR_H__