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