On Tue, Jul 19, 2011 at 01:22:13PM +0200, Christophe Fergeau wrote:
> On Fri, Jul 08, 2011 at 12:17:31PM +0200, Christophe Fergeau wrote:
> > diff --git a/client/application.cpp b/client/application.cpp
> > index 8e9fd8a..18101a5 100644
> > --- a/client/application.cpp
> > +++ b/client/application.cpp
> > @@ -2276,11 +2276,11 @@ bool Application::process_cmd_line(int argc, char** 
> > argv, bool &full_screen)
> >      parser.add(SPICE_OPT_CANVAS_TYPE, "canvas-type", "set rendering 
> > canvas", "canvas_type", true);
> >      parser.set_multi(SPICE_OPT_CANVAS_TYPE, ',');
> >  
> > -    parser.add(SPICE_OPT_DISPLAY_COLOR_DEPTH, "color-depth", "guest 
> > display color depth",
> > +    parser.add(SPICE_OPT_DISPLAY_COLOR_DEPTH, "color-depth", "guest 
> > display color depth (if supported by the guest vdagent)"
> 
> Missing "," at the end of the line, this breaks spicec in master :( I'll
> push the obvious fix.

Can you split the line at the same time? I guess this break is another reason 
to have a limit
to line length.

> 
> Christophe



> _______________________________________________
> Spice-devel mailing list
> Spice-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to