chiark / gitweb /
checkpath.c: Hoist the `buf' used for link targets for reuse.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 16 Jul 2024 13:10:34 +0000 (14:10 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 17 Jul 2024 12:23:10 +0000 (13:23 +0100)
commitde1bcaacf00696ba09688b51c6c0bbfd8b60d778
tree44895791c4c883dd0acfbcb5963e7999ff2b6ab2
parentcfc8dd737dacc7b3ad394fa2d8649cf809a54bc8
checkpath.c: Hoist the `buf' used for link targets for reuse.

And also because I seriously dislike variables declared in inner scopes
now.
checkpath.c