[Bug 479374] Re: XaraLX fails to parse Imagemagick version

Alex Bligh ubuntu at alex.org.uk
Tue Nov 10 07:42:50 UTC 2009


Not sure if the Bug Watch Updater line means you have fixed this, Paul, but the problem will be the "-" after 6.5.1. Around line 1500 in wxOil/imgmgkft.cpp, change:
   wxStringTokenizer tk(version, _T(".: "));
to
   wxStringTokenizer tk(version, _T(".: -"));
(i.e. an added '-'), and you may find it works.

-- 
XaraLX fails to parse Imagemagick version
https://bugs.launchpad.net/bugs/479374
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list