Skip to content

Loop variable typo in matchbot #343

@Chikinsupu

Description

@Chikinsupu

A potential typo was found in generals.cpp in the matchbot tool. The loop variable should be i5 instead of i3.
The impact was and is probably extremely minor.

Credit to @ThePrimeagen

{
i5 = i4;
for (++i5; i5 != userMap.end(); ++i3)
{
u5 = i5->second;
if (u5->status != STATUS_WORKING)

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething is not working rightMinorSeverity: Minor < Major < Critical < BlockerToolsAffects Tools only

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions