On Wed, Oct 05, 2016 at 01:40:52PM +0200, Tomáš Golembiovský wrote:
+ else
+ warning (f_"unable to parse line from manifest file: %S") line
+ (String.replace line "\r" "")
Does this even compile? Anyway you don't need the String.replace
because %S does quoting.
Rich.
--
Richard Jones, Virtualization Group, Red Hat
http://people.redhat.com/~rjones
Read my programming and virtualization blog:
http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html