Skip to content

confusing logical-and with bitwise-and in scan_v3.cpp #21

@kidmin

Description

@kidmin

Maybe the mistake has been corrected in later versions, but...

if (directory_name != "." & directory_name != "..") {

The & (bitwise-and) should be && (logical-and) in the context.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions