Resending, for some reason my mailer is replying to the wrong address.

On Mon, 3 Apr 2006 22:16:26 +0100 (BST), Tom Walker wibbled on for an age:

> 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.

Just confirming that this fix works.

Chris


-------------------------------------------------------
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