Skip to content

Path in the binary #31

@Arthur111

Description

@Arthur111

Hello,

In TPCircularBuffer.c this directive

#define reportResult(result,operation) (_reportResult((result),(operation),strrchr(FILE, '/')+1,LINE))

cause the path (FILE) to be written into the binary file (lib or executable)

reportResult must be use only in DEBUG mode

#if DEBUG
reportResult(result, "Buffer allocation");
#endif

I fixed it :

TPCircular.zip

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