[PATCH 02/4] msvcp110: Add tr2_sys__Read_dir implementation.(resend)

Piotr Caban piotr.caban at gmail.com
Tue Oct 27 10:35:04 CDT 2015


On 10/27/15 07:19, YongHao Hu wrote:
> +    if(!FindNextFileA(handle, &data)) {
> +        *type = status_unknown;
> +        return (char*)"";
> +    }
This looks wrong. You should probably set target to "" and return 
pointer to it.

Thanks,
Piotr



More information about the wine-devel mailing list