|
|
|
|
|
by herbstein
295 days ago
|
|
Much more egregious is the fact that the API allows returning both an error and a valid file handle. That may be documented to not happen. But look at the Read method instead. It will return both errors and a length you need to handle at the same time. |
|