Re: [PATCH 02/4] msvcp110: Add tr2_sys__Read_dir implementation.(resend)
Oct. 27, 2015
10:35 a.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
3803
Age (days ago)
3803
Last active (days ago)
0 comments
1 participants
participants (1)
-
Piotr Caban