]> mj.ucw.cz Git - libucw.git/commit
Opt: Tamed FIELD and LASTFIELD macros
authorMartin Mares <mj@ucw.cz>
Tue, 3 Sep 2013 13:48:23 +0000 (15:48 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 3 Sep 2013 13:48:23 +0000 (15:48 +0200)
commitbd6e38d572e2d8ef534d628328ff8dd92ddb3b6f
treec7e084236b72efb5783232a6a8d224fe45e14667
parent05ffab94be8da943cffb8fb30d7073ab78aef94c
Opt: Tamed FIELD and LASTFIELD macros

They passed incorrect types to printf (ptrdiff_t instead of int)
and evaluated strchrnul() repeatedly.
ucw/opt.c