[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Always use "output" in IPC commands
- To: Florian Bruhin <me _at_ the _minus_ compiler _dot_ org>
- Subject: Re: [PATCH] Always use "output" in IPC commands
- From: Thorsten Wißmann <re06huxa _at_ cip _dot_ cs _dot_ fau _dot_ de>
- Date: Thu, 15 Nov 2012 12:22:18 +0100
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