* Janne Grunau | 2008-09-09 11:53:48 [+0200]:bytes_in_key = p->code_length / 8; if (p->code_length % 8) bytes_in_key++; I meant the missing spaces around / and %. Looking now at it, it seems that it behaves like DIV_ROUND_UP(). The magic of spaces :) Sebastian --
