Re: [PATCH] Fix error handling macro E

2013-07-19 Thread Samuel Thibault
Justus Winter, le Fri 19 Jul 2013 08:53:53 +0200, a écrit : > Previously the macro argument err was expanded and thus potentially > evaluated multiple times. This is fine for simple values or pure > functions, but not for say iohelp_create_iouser. Fix this by > evaluating the macro argument only on

[PATCH] Fix error handling macro E

2013-07-18 Thread Justus Winter
Previously the macro argument err was expanded and thus potentially evaluated multiple times. This is fine for simple values or pure functions, but not for say iohelp_create_iouser. Fix this by evaluating the macro argument only once. --- libiohelp/iouser-create.c |3 ++- 1 file changed, 2 ins