From: Mark Wooding Date: Tue, 16 Jul 2024 13:10:34 +0000 (+0100) Subject: checkpath.c: Hoist the `buf' used for link targets for reuse. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/checkpath/commitdiff_plain/de1bcaacf00696ba09688b51c6c0bbfd8b60d778?hp=de1bcaacf00696ba09688b51c6c0bbfd8b60d778 checkpath.c: Hoist the `buf' used for link targets for reuse. And also because I seriously dislike variables declared in inner scopes now. ---