any reason other
than limitations of the build system?
Cheers,
Hugo Vincent
On 4/11/2009, at 9:13 PM, Pavel Sanda wrote:
string const format = filename.guessFormatFromContents();
if (!format.empty())
return format;
// try to find a format from the file extension.
string const ext = getExtension(filename.absFilename());
flipping
the order of these two tests in Formats::getFormatFromFile would
result in more correct (not to mention more configurable) behavior.
Anyone have any comments? I am happy to submit a patch against svn if
there are no objections to this idea.
Thanks,
Hugo Vincent
On 4/11/2009, a
a limitation of the build system?
Has anyone actually succeeded in building a 64-bit dynamically linked
executable for Snow Leopard?
Thanks,
Hugo Vincent