Changed sscanf in urldecode to use more portable scan-spec.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 7 Jul 2008 07:25:28 +0000 (09:25 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 7 Jul 2008 07:25:28 +0000 (09:25 +0200)
commit4545327bcbca89a97696ef257c2a99e312291af1
tree32a26f76603e44c90d636489714d45f3755a1009
parentf53765d803f061fa8be86ede31a3de56df19d44d
Changed sscanf in urldecode to use more portable scan-spec.

Changed sscanf in urldecode to use more portable scan spec. This fixes
the %XX decoding on Windows.
src/http.c