Re: [PATCH 02/4] msvcp110: Add tr2_sys__Read_dir implementation.(resend)
27 Oct
2015
27 Oct
'15
3:35 p.m.
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
3700
Age (days ago)
3700
Last active (days ago)
0 comments
1 participants
participants (1)
-
Piotr Caban