Skip to content

Possible typo in sound/firewire/isight.c #5364

@Jog-Ming

Description

@Jog-Ming

sound/firewire/isight.c, line 647:
strspy(card->mixername, "iSight");
To my best knowledge there is no function named strspy in standard libraries.
Solution: Change line 647 to
strscpy(card->mixername, "iSight");

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