]> git.ipfire.org Git - thirdparty/curl.git/commit
memdebug.h: eliminate global macro `CURL_MT_LOGFNAME_BUFSIZE`
authorViktor Szakats <commit@vsz.me>
Sat, 5 Jul 2025 09:23:09 +0000 (11:23 +0200)
committerViktor Szakats <commit@vsz.me>
Sun, 6 Jul 2025 18:08:58 +0000 (20:08 +0200)
commit05263820e526edd81bc681cc499981aadfc8934e
treee6bb32d0a1c68428e9cdc05af708360d1a7066ad
parent26f3ee25a486b4c1a868c10fb628ef06bec5be59
memdebug.h: eliminate global macro `CURL_MT_LOGFNAME_BUFSIZE`

It had a single use in `src/tool_main.c`. Replace with a literal and
`sizeof()`s.

Follow-up to aaab5fa299e13c0c3abba929cb187a8ec3b006f9
Cherry-picked from #17827
Closes #17833
lib/memdebug.h
src/tool_main.c