Skip to content

skeletons.c line 167: *cp++ --> cp++ #712

@thobo70

Description

@thobo70

in file skeletons.c line 167:
for (cp = line + 10; isspace(*cp) || *cp == '['; *cp++)
*cp++ should be cp++
otherwise the character is counted up, not the pointer

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