Changes between Version 18 and Version 19 of dev-util/git
- Timestamp:
- 04/18/08 15:35:39 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-util/git
v18 v19 33 33 For now, I've replace it with: 34 34 {{{ 35 (*loose_size) += ceil(st.st_size / 512 );35 (*loose_size) += ceil(st.st_size / 512.0); 36 36 }}} 37 37 In a [http://ussg.iu.edu/hypermail/linux/kernel/0310.1/1125.html Linux kernel ML post] I read the unit of {{{st_blocks}}} were 512 byte.
