]> granicus.if.org Git - neomutt/commit
merge: rename some variables
authorRichard Russon <rich@flatcap.org>
Sun, 26 Nov 2017 22:46:28 +0000 (22:46 +0000)
committerRichard Russon <rich@flatcap.org>
Sun, 26 Nov 2017 22:46:28 +0000 (22:46 +0000)
commit858ec051e1ec817e8a231cf21eae2bb52d2d1f81
tree7a7f3990dd4375920e4e7831f66af998adebc869
parentf68d11f2fd2a324d28de1c9c6a0d5c5fa05fa55a
parentef94ef6fca6595b0f997b87e8365affc96bf5143
merge: rename some variables

The majority of the code uses the variable name 'buf' for a char buffer.
Most return-code variables are called 'rc'.

This mass rename makes the code more consistent.

 * buff -> buf
 * ret -> rc
 * rv -> rc