X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Ftypes%2Ffloat.c;h=782f72bfef514433303a9c232188e86bee4f4e80;hp=0e4b9485607bfc83e16e347a70f01739c2aa92c5;hb=08c82b90d94a6dfee1f3da4ec06864c6045c07f7;hpb=a7af71619e2ca1e763d90a8156fe4206c012d8cc diff --git a/formats/ctf/types/float.c b/formats/ctf/types/float.c index 0e4b9485..782f72bf 100644 --- a/formats/ctf/types/float.c +++ b/formats/ctf/types/float.c @@ -69,7 +69,7 @@ static struct declaration_float *static_float_declaration, *static_double_declaration; struct pos_len { - size_t sign_start, exp_start, mantissa_start, len; + size_t len; }; static void float_lock(void)