Closed GoogleCodeExporter closed 9 years ago
This is issue 145. The patch in issue 145 will solve this.
Original comment by joe.a.bu...@gmail.com
on 25 May 2010 at 3:48
I see this same problem with another program (Far Manager's file Viewer) on
Windows XP. I am trying to view a file of 3 characters (3 bytes).
I am using dokan library 0.52.
The problem happens with mirror.exe and with a union filesystem that I wrote
based on dokan.
The ReadFile sequence that keeps repeating is:
Read 512 bytes at 0 -> return 3 bytes OK
Read 512 bytes at 3 -> return 0 bytes OK
Read 512 bytes at 0 -> return 3 bytes OK
Read 512 bytes at 3 -> return 0 bytes OK
Read 512 bytes at 0 -> return 3 bytes OK
Read 512 bytes at 3 -> return 0 bytes OK
....
Original comment by cszabo...@gmail.com
on 25 Jun 2010 at 2:31
Original comment by asa...@gmail.com
on 5 Jul 2010 at 3:43
Original issue reported on code.google.com by
lordkr...@v--d.de
on 9 May 2010 at 9:55