Ok, this is a bug in the fread() bug correction.
fread will return 4096 here, not 1
most probably because of unitsize and units is swapped here in opposite to the other cases:
r8246 | ajc | 2010-01-18 00:12:55 +0100 (Mo, 18. Jan 2010) | 1 Zeile
Geänderte Pfade:
M /trunk/citadel/config.c
M /trunk/citadel/file_ops.c
* Fixed another fread() bug
so, should we revert the file_ops part of r8246?
