Commit 98746394 authored by Jean-Claude BAU's avatar Jean-Claude BAU

WR profile: Force asymmetryCorrectionEnable to true

As HA profile, the WR profile must always have the  asymmetryCorrection
enabled.
parent 3c27f391
......@@ -306,7 +306,7 @@ int main(int argc, char **argv)
}
/* Set WR extension hooks */
ppi->ext_hooks=&wr_ext_hooks;
enable_asymmetryCorrection(ppi,ppi->cfg.asymmetryCorrectionEnable);
enable_asymmetryCorrection(ppi,TRUE);
#else
fprintf(stderr, "ppsi: Profile WR not supported");
exit(1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment