Number: 579
Title: %% doesn't work in gvpr
Submitter: Soren Lundsgaard
Date: Wed Nov 24 14:30:15 2004
Subsys: Other
Version: 1.17.20041124.0530
System: Sparc-Solaris-5.8
Severity: minor
Problem:
The input produces:

digraph mmm {
        abcdef   [ULR="http://yahoo.com?valueCDfield1 string",
                field1="field1 string"];
}

it should have %CD in the URL field from the two %% signs in the format to printf.
Input:

echo 'digraph mmm { abcdef [ field1="field1 string"]; }' | gvpr -c 'N { ULR = sprintf("http://yahoo.com?value%%CD%s", field1);}'
Owner: erg
Status: Fixed (13 Dec 2004)