Re: [Spice-devel] [PATCH v2 fixup1 x11spice 2/3] Simplify the expression of argument parsing.

2019-07-25 Thread Frediano Ziglio
> > This fixes a bug with --config=handling. > > Signed-off-by: Jeremy White > --- > v2: Simplify even further. > --- > src/main.c| 8 + > src/options.c | 96 --- > src/options.h | 5 +-- > 3 files changed, 47 insertions(+), 62 deletions

[Spice-devel] [PATCH v2 fixup1 x11spice 2/3] Simplify the expression of argument parsing.

2019-07-24 Thread Jeremy White
This fixes a bug with --config=handling. Signed-off-by: Jeremy White --- v2: Simplify even further. --- src/main.c| 8 + src/options.c | 96 --- src/options.h | 5 +-- 3 files changed, 47 insertions(+), 62 deletions(-) diff --git a/src/m