X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=dss1.cpp;h=1191b9eb2c6f562d79e3c2f67ee60fc02a4cfb9a;hp=1e1c188c9f27bbc96b852a5b3096cfbb6cedfc20;hb=4ec1520c572c4099b478897e4a6ee3a28622ca44;hpb=6bf7c7f9db360d6031417b012dcb0e90e2251cd6 diff --git a/dss1.cpp b/dss1.cpp index 1e1c188..1191b9e 100644 --- a/dss1.cpp +++ b/dss1.cpp @@ -1866,7 +1866,7 @@ void Pdss1::message_information(unsigned int epoint_id, int message_id, union pa enc_ie_called_pn(l3m, 0, 1, (unsigned char *)number, max); if ((p_m_d_ntmode || p_m_d_tespecial) && display[0]) { enc_ie_display(l3m, (unsigned char *)display); - display = ""; + display = (char *)""; } end_trace(); p_m_mISDNport->ml3->to_layer3(p_m_mISDNport->ml3, MT_INFORMATION, p_m_d_l3id, l3m);