]> granicus.if.org Git - mutt/commit
Convert other users of BUFFY->pathbuf to use BUFFERS.
authorKevin McCarthy <kevin@8t8.us>
Wed, 17 Apr 2019 01:11:35 +0000 (18:11 -0700)
committerKevin McCarthy <kevin@8t8.us>
Wed, 17 Apr 2019 01:11:35 +0000 (18:11 -0700)
commit940bdaa1455829a1a5b0c6db05010c4dfc7d3dfe
treef4687039c2f23bd3ed056a45fb05c17e52693da1
parent797d16a316b2ea9b0d52ec3e04c8d0cce821a048
Convert other users of BUFFY->pathbuf to use BUFFERS.

A few functions in browser.c, buffy.c, and monitor.c were using
BUFFY->pathbuf but were potentially truncating via fixed size buffers.
Convert those to use BUFFERS too.

buffy_get() was creating epath and expanding it, apparently to match
against expanded BUFFY list entries, was wasn't using the epath.  I
believe this is a bug, and have switched the comparison to epath.
browser.c
buffy.c
monitor.c