Squelch a compiler warning.

svn path=/trunk/; revision=14813
This commit is contained in:
Guy Harris 2005-06-28 22:39:56 +00:00
parent 3522c0719d
commit 6e1081bf45
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ static void dissect_actrace_cas(tvbuff_t *tvb, packet_info *pinfo, proto_tree *t
frame_label = g_strdup_printf("AB: %s", val_to_str(ACTRACE_CAS_EV_00-par0, actrace_cas_event_ab_vals, "ERROR"));
} else if (function == SEND_DEST_NUM) {
if (par0 == SEND_TYPE_ADDRESS ) {
frame_label = g_strdup_printf("DTMF/MF: sending DNIS", par1);
frame_label = g_strdup("DTMF/MF: sending DNIS");
} else if (par0 == SEND_TYPE_ANI ) {
frame_label = g_strdup("DTMF/MF: sending ANI");
}