Skip to content

Weird while loop #4

@GabrielRavier

Description

@GabrielRavier

Hello,

The condition at

while (start_of_directory == -1) {
is always true, because the variable at
int start_of_directory = -1;
is never changed.

If this is intentional, this should be documented. If this is not, this is probably a bug and should be fixed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions