Re: [Libvir] use C99 initializer for lastErr

2008-04-02 Thread Richard W.M. Jones
On Mon, Mar 31, 2008 at 11:07:48AM +0100, Richard W.M. Jones wrote: > On Fri, Mar 28, 2008 at 04:46:12PM +0100, Guido Günther wrote: > > ...this makes things just a bit more readable. > > -- Guido > > > --- > > src/virterror.c |4 +++- > > 1 files changed, 3 insertions(+), 1 deletions(-) > >

Re: [Libvir] use C99 initializer for lastErr

2008-03-31 Thread Richard W.M. Jones
On Fri, Mar 28, 2008 at 04:46:12PM +0100, Guido Günther wrote: > ...this makes things just a bit more readable. > -- Guido > --- > src/virterror.c |4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/src/virterror.c b/src/virterror.c > index 1e39be4..1463129 100644 >

[Libvir] use C99 initializer for lastErr

2008-03-28 Thread Guido Günther
...this makes things just a bit more readable. -- Guido --- src/virterror.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/virterror.c b/src/virterror.c index 1e39be4..1463129 100644 --- a/src/virterror.c +++ b/src/virterror.c @@ -19,7 +19,9 @@ #include "internal