[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Always use "output" in IPC commands



On Thu, Nov 15, 2012 at 06:27:14AM +0100, Florian Bruhin wrote:
> In the IPC command functions, sometimes the GString for the output is
> called "output", sometimes "result". This patch changes it all to
> "output", meaning I can wrap my errormessage-functions in a nice
> macro. (And also, it's more consistent)

Makes sense and now can be found as:

526d054 Use "output" for all IPC commands, not "result"

Thorsten