http://d.puremagic.com/issues/show_bug.cgi?id=7692



--- Comment #1 from Andrej Mitrovic <andrej.mitrov...@gmail.com> 2012-03-11 
19:53:45 PDT ---
A simple thing to do would probably be to add this at the start of
Target parse(Target, Source)(ref Source s, uint radix):

    if (radix == 16 && s.startsWith("0x"))
        s.popFrontN(2);

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to