TPCircularBuffer icon indicating copy to clipboard operation
TPCircularBuffer copied to clipboard

Path in the binary

Open Arthur111 opened this issue 3 years ago • 0 comments

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

Arthur111 avatar Nov 24 '20 13:11 Arthur111