[Libguestfs] [PATCH] handle --use-installed in zypp driver

Olaf Hering olaf at aepfle.de
Mon Apr 29 13:22:06 UTC 2013


On Thu, Apr 11, Olaf Hering wrote:

> +	-m \"stream/install-summary/to-install/solvable[%@type='package']\" \
> +	-c \"string(%@name)\" -n

This is supposed to be "[@type='package']" and "string(@name)". Some of
the ocaml printf docs made me believe that "%@" is the way to print a
single "@".
Now I see this part was changed to "%%@", which puts an extra % into the
output string.

Is the @ sign a special char in ocaml printf? 


Olaf




More information about the Libguestfs mailing list