TPCircularBuffer
TPCircularBuffer copied to clipboard
Path in the binary
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 :