X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fagilent-dmm%2Fprotocol.c;h=9122355be8fdf263b13839f4d67d1bb316ef5d9b;hb=4fdedbbb3a5f0caf2765bade0d109b6f917f5f41;hp=cfbb3c310be4c72efd62200dfcbf94a6d65729e4;hpb=841aadc95b918fd883d36c6c8555f8cb0e3cd049;p=libsigrok.git diff --git a/src/hardware/agilent-dmm/protocol.c b/src/hardware/agilent-dmm/protocol.c index cfbb3c31..9122355b 100644 --- a/src/hardware/agilent-dmm/protocol.c +++ b/src/hardware/agilent-dmm/protocol.c @@ -705,7 +705,7 @@ static int recv_conf_u124x_5x(const struct sr_dev_inst *sdi, GMatchInfo *match) devc->cur_digits[i] = 4; devc->cur_encoding[i] = 5; } else if (!strncmp(mstr, "T1", 2) || !strncmp(mstr, "T2", 2) || - !strncmp(mstr, "TEMP", 2)) { + !strncmp(mstr, "TEMP", 4)) { devc->cur_mq[i] = SR_MQ_TEMPERATURE; m2 = g_match_info_fetch(match, 2); if (!m2)