2009/1/26 Bruno Postle <[email protected]>: > > On Mon 26-Jan-2009 at 19:01 +0100, Lukáš Jirkovský wrote: >> >>> Colon (:) is in most input names on Windows where it is part of the >>> drive letter preceeding the full path of the file. >> >>So that's why so many people are experiencing this bug. > > As I understand this bug is only triggered on Linux/OS X. On > Windows you can't create files/paths with ':' and whatever hugin > does for the volume name works in all cases. > > On OS X there is an additional possible cause of the bug, ':' is a > folder delimeter in some circumstances but is rendered as '/' in the > GUI. > > -- > Bruno > > > >
I have comited a bit different patch (see revision revision 3596). I thought that using escapeStringMake() over results of quoteStringShell() is a clean way, but I've realized that it will result in double escaping of space and #, so I've changed quoteStringShell() to escape : and removed using escapeStringMake() on everything. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx -~----------~----~----~----~------~----~------~--~---
