Created attachment 3253[details]
Example code which adds an "uf" server command for testing
Maybe this is some sort of feature, but to me it sure looks like a bug.
One can open the "" file (not NULL, just an empty string) for reading.
Take a look at the attached .diff for an usable example, I guess it doesn't need much explanation.
I would expect the trap_FS_FOpenFile() call to set the file handle to 0, like it does for other non-existent files.
Created attachment 3253 [details] Example code which adds an "uf" server command for testing Maybe this is some sort of feature, but to me it sure looks like a bug. One can open the "" file (not NULL, just an empty string) for reading. Take a look at the attached .diff for an usable example, I guess it doesn't need much explanation. I would expect the trap_FS_FOpenFile() call to set the file handle to 0, like it does for other non-existent files.