Commit 30c35e81 authored by Stefan Krah's avatar Stefan Krah

Do not clobber existing flags.

parent b7a455f3
......@@ -3904,7 +3904,7 @@ _mpd_qexp_check_one(mpd_t *result, const mpd_t *a, const mpd_context_t *ctx,
if (_mpd_cmp(&aa, &lim) <= 0) {
_settriple(result, 0, 1, 0);
_mpd_zeropad(result, ctx, status);
*status = MPD_Rounded|MPD_Inexact;
*status |= MPD_Rounded|MPD_Inexact;
return 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