Changes between Initial Version and Version 1 of Ticket #3406, comment 23
- Timestamp:
- 01/10/17 14:07:11 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3406, comment 23
initial v1 9 9 10 10 If you can confirm the patch is moving in the right direction I'll look into testing the changes. 11 12 '''edit''' 13 14 @andrew_b, only the changes below are related to #3749, then there are about two/three patches to ignore some proto error (specific to #3406), the rest is cleanup, perhaps some comment would be appropriate near the 3406's ignored proto errors (I'll add some) and test carefully that they generate errors when those are expected. 15 {{{ 16 +#include "src/filemanager/ioblksize.h" /* IO_BUFSIZE */ 17 18 + buf->st_blksize = IO_BUFSIZE; 19 + buf->st_blocks = 1 + ((buf->st_size - 1) / buf->st_blksize); 20 }}}