j
k
j a
j l
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
Back to the thread
Back to the list