Skip to content

Slow string validation #5

@boris768

Description

@boris768

if ( strlen( Serial ) > 0 )

if ( strlen( Model ) > 0 )

if ( strlen( Serial ) > 0 )

if ( strlen( Model ) > 0 )

Decreased performance, more correct do like
Serial [0] != '\0'

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