Merge branch 'rc/histogram-diff'
* rc/histogram-diff: xdiff/xprepare: initialise xdlclassifier_t cf in xdl_prepare_env()
This commit is contained in:
@ -264,6 +264,8 @@ int xdl_prepare_env(mmfile_t *mf1, mmfile_t *mf2, xpparam_t const *xpp,
|
|||||||
long enl1, enl2, sample;
|
long enl1, enl2, sample;
|
||||||
xdlclassifier_t cf;
|
xdlclassifier_t cf;
|
||||||
|
|
||||||
|
memset(&cf, 0, sizeof(cf));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* For histogram diff, we can afford a smaller sample size and
|
* For histogram diff, we can afford a smaller sample size and
|
||||||
* thus a poorer estimate of the number of lines, as the hash
|
* thus a poorer estimate of the number of lines, as the hash
|
||||||
|
Reference in New Issue
Block a user