On 16 February 2014 12:19, Dmitry Timoshkov dmitry@baikal.ru wrote:
Frédéric Delanoy frederic.delanoy@gmail.com wrote:
- cab_ULONG window_size; /* window size (1Kb through 2Mb) */
- cab_ULONG window_size; /* window size (1 KB through 2 MB) */
This is not the typos, that's a common way of writing sizes by programmers, personally I prefer the old form (and will keep using it in future) and hate the "fixed" variant.
I can't say I'm much of a fan of this kind of change either, but if we really wanted to be strict about this as a project, I'd prefer either "kB" or "KiB" (etc.), depending on what's meant.