On Mon, Apr 03, 2006 at 10:16:26PM +0100, Tom Walker wrote:
> There is a bug in hostfs_path_scan where an excess . <-> / conversion is
> done, and the RISC OS form of the filename is compared with the actual file
> name. I fixed this in RPCemu, just put the following in between the
> hostfs_read_object_info and strcasecmp calls :
>         for (c=0;c<strlen(ro_leaf);c++)
>         {
>                 if (ro_leaf[c]=='/')
>                    ro_leaf[c]='.';
>         }
> or something along those lines.

Good to know that it doesn't look too tricky to fix, thanks.

Mafu?

Peter

-- 
Peter Howkins
[EMAIL PROTECTED]


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
arcem-devel mailing list
arcem-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/arcem-devel

Reply via email to