Miguel Figueiredo, le Sat 01 Jun 2013 22:18:06 +0100, a écrit : > @@ -49,7 +49,6 @@ store_std_leaf_decode (struct store_enc *enc, > return EINVAL; > > /* Read encoded ints. */ > - type = enc->ints[enc->cur_int++];
Nope, this has a side effect :) I'd rather keep this code as such, at least to document what this int is about. Samuel