j
k
j a
j l
On 10/27/15 07:19, YongHao Hu wrote:
if(!FindNextFileA(handle, &data)) { *type = status_unknown; return (char*)""; }
*type = status_unknown;
return (char*)"";
This looks wrong. You should probably set target to "" and return pointer to it.
Thanks, Piotr
Show replies by date
wine-devel@winehq.org
Add to favorites Remove from favorites